
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
#nav {
	position:relative;
	float:left;
	clear:both;
	width:905px;
}
.dropdown a{
	text-decoration:none;
	color:#FFB119;
}
ul.dropdown li{
	background-color:#00516F;
	border-bottom:none;
}
ul.dropdown li:hover a{
	background:#9AB396;
}
#nav .submenu li a{
	width:140px;
	border-bottom:1px solid #fff;
}
.dropdown .submenu li{
	background:#9AB396;
}
#nav .submenu li:hover a{
	background-color: #00516F;
}

