/* Begin CSS Drop Down Menu */

#menuh-container
{

width:625px;
position:absolute;
height: 75px;
right: 0px;
float: right;
text-align: left;
margin: 0px 0px 0px auto;
z-index: 55;
background: #FFF;


}

#menuh
{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float: right;
	width:525px;
	position:absolute;
	height: 75px;
	right: 0px;
	margin: 0px 0px 0px auto;
	z-index: 65;

}
		
#menuh a
{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0px 10px 0px 10px;
	line-height: 60px;
	color: #FFF;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #222222;
	
	text-decoration:none;
	background: url(../images/menustripe.png) top left no-repeat;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #222222;
	background: url(../images/menustripe.png) top left  ;
	text-decoration:none;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{

	background: url(../images/menustripe.png) top left no-repeat;
	
	}
	
#menuh a.top_parent:hover {
	background: url(../images/menustripe.png) top left;
}
	
#menuh a.parent/* attaches side-arrow to all parents */
	{
	
	
	}
	
#menuh a.parent:hover {
	background: url(../images/menustripe.png) top left ;	
}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	margin: 0px 0px 0px auto;
	position: relative;
	

	/*width:120px;	/* width of all menu boxes */
	
	}

#menuh li
{
	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(../images/1pxsemi.png);
	

	}

#menuh ul ul li {
	background: #FFF url(../images/menustripe.png);
	height: 40px;
	line-height: 38px;
}

#menuh ul ul li a{
	border-top: 1px #eee dashed;
	border-bottom: 1px #ddd dashed;
	height: 38px;
	line-height: 38px;
	display: block;
}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

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

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

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

/* End CSS Drop Down Menu */

