@charset "utf-8";
/* CSS Document */

#Nav{
	width: 572px;
	height: 42px;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 45px;
	margin-left: -162px;
	background: url(/images/nav-bg.png) center center repeat;
}
#Nav ul{
	margin: 0;
	padding: 0;
}
#Nav ul li{
	list-style: none;
	display: inline-block;
	float: left;
}
#Nav ul li a{
	display: block;
	padding: 10px 20px 0 20px;
	height: 30px;
	color: white;
	font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
}
#Nav ul li a:hover{
	background-color: #071e38;
	border-bottom: 2px solid #ffc300;
}

/*---------------*/
#dropmenudiv{
position:absolute;
font: bold 12px trebuchet ms;
z-index:100;
padding: 10px 0 10px 0;
text-transform: uppercase;
background: white;
border-bottom: 1px solid #cecece;
}
#dropmenudiv a{
display: block;
height: 23px;
text-indent: 17px;
text-decoration: none;
color: #294169;
padding: 6px 0 0 0;
border-bottom: 2px solid white;
}
#dropmenudiv a:hover{ /*hover background color*/
background: #294169;
color: white;
border-bottom: 2px solid #ffc300;
}