#nav li:hover, #nav li.hover {
    position: static;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	border-right: 1px #fff solid;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
	padding: 5px 0;
	color: #fff;
	background: #005d7e;
	display: block;
}

#nav li ul li a{text-transform: capitalize; font-weight: normal; background: #638fab}
#nav li ul li a:hover{text-transform: capitalize; font-weight: normal; background: #005d7e;}

#nav a:hover {
	background: #638fab
	}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 10em; /* Needed so that the list items stack correctly */
	left: -999em; /* Puts the list items off screen */
}

#nav li:hover ul, #nav li.sfhover ul { /* sfhover is for IE */
	left: auto;
}

#nav .A a {width: 101px}
#nav .B a {width: 172px}
#nav .C a {width: 153px}
#nav .D a {width: 203px}
#nav .E a {width: 99px; border-right: none;}


