/* Begin CSS Drop Down Menu */

#menuh
	{/*width:965px;*/
    /*width:500px;*/
	background-color: black;
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAFF;
	margin:16px auto 10px auto;
	padding: 0px auto;
	text-decoration:none;}
.menuh_email	
	{width:497px;}	
#menuh a:link, .menuh a:visited
	{color: #96BBFF;}
	
#menuh a:hover
	{color: #FEB331;}
	
#menuh a:active	
	{color: #3232CD;}
	
#menuh ul
	{
list-style:none;
	padding:0 auto;
	margin:0 auto;
	float:left;
}

#menuh li
	{
	/*	position:relative; */
	list-style-image: url(bullet_gold_mini_on_black.jpg);
	background-color:black;
    min-height: 1px; 			/* for IE7 */
    vertical-align: bottom; /* for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	/*z-index:500;  */
	/*	top:auto; */
	display:none;
	padding-left: 1em;
	background-color:black;
    margin: 0 0 0 0;
}
	
#menuh ul li ul li
	{width:110px;
	text-align:left;}

div#menuh li:hover
	{cursor:pointer;
	z-index:100;}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul
{display:block;}

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to top-parents */
	{background-image: url(navdown_white.gif) no-repeat;
	background-position: right center;}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to parents */
	{
	background-image: url(nav_white.gif) no-repeat;
	background-position: right center;
	}

/* End CSS Drop Down Menu */
