@CHARSET "ISO-8859-1";

ul.navbarUL {
	background-color: #cce7d5;
}

#nav_ul0 {
	border-top: 1px solid #00892f;
	line-height: 18px;
	font-size: 15px;
	background-color: #cce7d5;
}

#nav_ul1 {
	line-height: 16px;
	font-size: 13px;
	background-color: #bcd7c5;
}

#nav_ul2 {
	line-height: 14px;
	font-size: 11px;
	background-color: #afcab8;
}

#nav_ul3 {
	line-height: 12px;
	font-size: 9px;
	background-color: #a5bFac;
}

#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #00892f;
	text-align: center;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#nav ul li {
	display: inline;
	margin-left: -4px;
}

#nav ul li a {
	
	padding: 5px 10px 5px 10px;
	color : #484847;
	text-decoration: none;
	/*color: #484847;*/
}

#nav ul li a.first {
	border-left: 0px solid #fff;
}

#nav ul li a.active {
	color : #00892f;
	font-weight: bold;
}
#nav ul li.first {
	border-left: 0px solid #fff;
}

#nav ul li a.inPath {
	font-style: italic;
}

#nav ul li a:hover {
	background-color: #d5efdd;
}

/* Mininav */

#minnav a, a:link,a:active , a:visited  {
	text-decoration: none;
}
#minnav a:hover {
	text-decoration: underline;
}
