/*################ color for the mouse-off drop down is done in the dropdown.js file  #####################*/

#dropmenudiv	{
	position:					absolute;
	border:						1px solid black;
	border-bottom-width: 		0;
	font-size: 					12px;
	font-family:  				Verdana, arial, helvetica, sans-serif;
	line-height:				18px;
	font-weight: 				bold;
	z-index:					100;
}


#dropmenudiv a	{
	font-size: 					12px;
	font-family:  				Verdana, arial, helvetica, sans-serif;
	width: 						100%;
	display: 					block;
	text-indent: 				3px;
	border-bottom: 				1px solid black;
	padding: 					1px 0;
	text-decoration:			none;
	font-weight: 				bold;
	color: 						#FFFFFF;
}

										/*################ hover background color  #####################*/

#dropmenudiv a:hover	{ 
	background-color: 			#7D8ED5;
	color: 						white;
	font-weight: 				bold;
}

										/*################ table cell that holds the drop down menu  #####################*/

#drop 	{
	background-color:			#314596;
	color: 						white;
	width:						614px;
	height:						43px;
	text-align:					center;		
	font-size: 					12px;
	font-family:  				Verdana, arial, helvetica, sans-serif;
	font-weight: 				bold;
}

										/*################ main links for drop down menu  #####################*/

a.drop, a:link.drop, a:active.drop, a:visited.drop	{
	color:						white;
	text-decoration: 			underline;
}

a:hover.drop	{
	color: 						white;
	text-decoration: 			none;
}

										/*################ end of dropdown top nav main link styling  #####################*/