@charset "utf-8";
/* CSS Document */


#navbar ul {
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar ul li {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	background-color: #EEE8CC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #822952;
}
#navbar ul li a {
	float: none;
	text-decoration: none;
	color: #822952;
	padding: 5px;
	display: block;
}
#navbar ul li a:visited {
	color: #C72371;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #583f21;
	text-decoration: none;
	background-color: #F8F0D6;
}

#navbar ul li a.current {
	color: #424200;
	background-color: #FDFBF3;
}

