/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;		
	/*top: 0px;
	left: 1px;*/
	}


#menuh
	{
	font-size: small;
	font-family: Verdana, arial, helvetica, sans-serif;
	/*width:100%;*/
	float:left;
	margin:0em;
	margin-top: 0em;
font-weight: bold;
	/*text-shadow: 0 0 0 #000; */
	}

		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #0099ff
	white-space:nowrap;
	margin:0;
	margin-left:10px;
	padding: 0.1em;	
	font-weight: bold;

	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #06065c;
	background-color: #99ccff;
	text-decoration:none;
font-weight: bold;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #06065c;
	background-color: #00cccc;
	padding-left:0.0em;
	padding-right:0.0em;
font-weight: bold;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font-size: small;
font-family: Verdana, arial, helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px;
padding: 0px 0px;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover	/* menu at mouse-over  */
	{
	color: #06065c;
	background-color: #0099ff;
	}	
#dropmenudiv a, #dropmenudiv a:visited	/* menu at rest */
	{
	color: #06065c;
	background-color: #0099ff;
	text-decoration:none;
	}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0099ff;
}

/* End CSS Drop Down Menu */


