 ul.drop { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

 li.drop { /* all list items */
	float: left;
	position: relative;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#366EA7;
}

 li.drop ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	border-left-color:#012251;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#012251;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#012251;
	border-bottom-style:solid;
	border-bottom-width:1px;
	list-style:none;
	padding:0;
	margin:0;
}

 li.drop>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


 li.drop:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

a.nav:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:7px;
	padding-bottom:12px;
}

a.nav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:7px;
	padding-bottom:12px;
}

a.nav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#012251;
	font-weight:bold;
	text-decoration:none;
	padding:7px;
	padding-bottom:12px;
}

a.nav2:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:12px;
}

a.nav2:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:12px;
}

a.nav2:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#012251;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:12px;
}