#Nav{
	width: 840px;
	height: 40px;
}
#Nav ul{
	margin: 0;
	padding: 0;
}

#Nav ul li{
	list-style: none;
	display: inline-block;
	float: left;
}
#Nav ul li a{
	display: block;
	width: 120px;
	height: 25px;
	color: white;
	font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
	padding-top: 15px;
}
#Nav ul li a:hover{
	background: url(/images/bg-nav_hover.gif) center top repeat-x;
}

/*---------------*/
#dropmenudiv{
position:absolute;
font: bold 12px trebuchet ms;
z-index:100;
padding: 10px 0 10px 0;
text-transform: uppercase;
background: white url(/images/bg-nav_dropdown.gif) center top repeat-x;
border-bottom: 1px solid #cecece;
}
#dropmenudiv a{
display: block;
height: 23px;
text-indent: 17px;
text-decoration: none;
color: #294169;
padding: 6px 0 0 0;
}
#dropmenudiv a:hover{ /*hover background color*/
background: #294169 url(/images/bg-nav_dropdown_hover.gif) center center repeat-x;
color: white;
}
