/* Begin CSS Drop Down Menu */
#menuh
	{
	float:left;	
	font-size:15px;
	font-weight:bold;	
	background: url(images/menu_bg_ptn.jpg) repeat-x scroll left bottom;	
	height:39px;
	width: 984px;	
	}
		
#menuh a
	{		
	text-align: center;
	display:block;		
	padding: 10px 14px;	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#8f9091;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:#1a6393;	
	text-decoration:none;
	}	
#menuh ul
{
	position:absolute;
	list-style-type:none;		
}

#menuh ul li
	{		
	background: url(images/menu_divisorLine.jpg) no-repeat scroll bottom right;		
	margin:0;
	margin-top:1px;
	padding:0;
	float:left;	
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	height:37px;		
	position:relative;
	}	
#menuh ul li:hover
	{
		background:#ffffff;				
		list-style-type:none;
	}
#menuh ul ul
	{
	background: #ffffff url(images/dd_menu_top.jpg) repeat-x scroll left top;				
	display:none;
	padding: 0em;
	margin:0;
	height:auto;
	border: 1px solid gray;
	border-top:none;	
	width:169px;
	}
#menuh ul ul li
	{	
		background:none;
		float:left;
		height:auto;	
		width:169px;				
	}
#menuh ul ul a
	{
		padding: 5px 12px;
		text-align:left;
		font-size:12px;
	}
#menuh ul ul a:hover, #menuh ul ul li:hover
	{
		background:#e6eef3;		
	}
#menuh li.first_li
{
	margin-top:8px;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
