/* CSS Document */

.navcontainer{
	width:760px;
	background-color: #274D85;

}

.mainlinks a {
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	display: block;
	font: normal 10.5px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	text-indent: 8px;
	vertical-align: top;
}

.mainlinks a:hover {
	background-color: #81ACC7;
	color: #234D86;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/nv_hghlt.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	
	
	
/* "YOU ARE HERE SETTING" FOR THE LINK */
#ubermainlinks a:link, 
#ubermainlinks a:visited,
#ubermainlinks a:hover, 
#ubermainlinks a:active {
	display: block;
	padding: 0;
	background-color: #742726;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* ==== javascript dropdown menu code here  === */
#dropmenudiv{
	position:absolute;
	font:normal 10px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	/*border-top: 0px solid #FFFFFF;*/
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #FE850B;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{
	background-color: #1E81CD;
	color: #FFFFFF;
}