/* Begin CSS Drop Down Menu */

#menuh-container{
	float: right;
	height: 50px;
	margin-right: 10px;
	margin-top: 50px;
}
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	background:url(../img/menu_bg.png) no-repeat right;
	height: 46px;	
	}
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	line-height: 46px;
	border-right: 1px solid #414141;	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
		font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
		font-size: 10pt;
		text-transform: capitalize;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFCC00;
	background:url(../img/menu_over.png) repeat-x top;
	text-decoration:none;
	}	

#menuh #first_node{
	width: 7px;
	height: 46px;
	background:url(../img/left_menu.png) no-repeat right;
}
		
#menuh ul
	{
	background:url(../img/menu.png) repeat-x top;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh li
	{
	width: 85px;
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	background: url('../img/panel_bg.jpg') repeat-x top;	
	width: 180px;	
	}

#menuh ul li ul li{
	height: 30px;
	line-height: 30px;
	width: 180px;
	font-weight: 100;		
}
#menuh ul li ul li a{
	height: 30px;
	text-align: left;
	padding-left: 10px;
	font-size: 9pt !important;	
	line-height: 30px;
	font-weight: 100 !important; 
}
#menuh ul li ul li a:hover{
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	color: #c0c030;
}
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;}

/* End CSS Drop Down Menu */

