#NAV {
	text-align: center;
	margin-top: 45px;
	display: block;
	margin-bottom: 5px;
}
#NAV a {
	font-size: 13px;
	color: #00193A;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	line-height: 25px;
	vertical-align: top;
}
#NAV a:hover {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #06C;
}
.dropmenudiv{
	position:absolute;
	z-index:100;
	visibility: hidden;
	background-image: url(../images/secnavback.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.dropmenudiv a{
	display: block;
	text-decoration: none;
	color: #00193A;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dropmenudiv a:hover{
	color: #FFF;
}

#dhtmltooltip{
	position: absolute;
	width: auto;
	padding: 3px;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #00193A;
	background-color: #A0BB2B;
	border: 2px solid #FFF;
}
