#Nav{
	width: 670px;
	height: 50px;
	margin-top: 15px;	
	font:  11px Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	text-transform: uppercase;
}
	#Nav ul{
		margin: 0;
		padding: 0;
	}
	#Nav ul li{
		display: inline;
		list-style: none;
		margin:0 7px 0 7px;
		float: left;
	}
	#Nav ul li a{
		display: block;
		color: white;
		text-decoration: none;
		height: 35px;
		padding: 15px 20px 0 20px;
	}
	#Nav ul li a:hover{
		color: #dee3e8;
		background: url(/images/hover.gif) center top no-repeat;
	}
/*---------------*/
#dropmenudiv{
position:absolute;
font:bold 12px Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background: white;
padding: 12px 0 10px 0;
}

#dropmenudiv a{
display: block;
height: 23px;
text-indent: 17px;
text-decoration: none;
color: #4b6880;
padding: 10px 0 0 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #05577c;
color: white;
}
