*{margin: 0px; border: 0px; padding: 0px;}

#menuh-container
	{
	top: 1em;
	left: 1em;
	margin: 0px;
	width: 725px;
	height: 30px;
	clear: none;
	padding: 168px 0px 0px 137px;
	float: none;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
	}
	
#menuh-container-video {
	top: 1em;
	left: 1em;
	background-color: #333333;
	margin: 0px;
	width: 1006px;
	height: 30px;
	clear: none;
	padding: 0px 0px 0px 29px;
	float: none;
	border-top: 1px solid #000;
	border-bottom: 3px solid #a2664a;
}

#menuh
	{
	width: 725px;
	float: left;
	padding: 0px;
	font-weight: bold;
	color: #CCCCCC;
	height: 34px;
	margin: 0em 0em 0em 0px;
	border-width: 0px;
	border-style: none;
	}
		
#menuh a
	{
	text-align: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px none #999999;
	padding: 6px 0px 4px 2px;
	background: #0b0d11;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	
	{
	color: white;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
	
#menuh a:hover						
	{
	color: white;
	text-decoration:none;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #a2664a;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  
	{
	font-size: 12px;
	width: 80px;
	margin-bottom: 0px;
	text-align: center;
	background: #0b0d11 no-repeat right center;
	height: 15px;
	padding-top: 3.5px;
	margin-top: 3.5px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#menuh ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 89px;
	}

#menuh li
	{
	min-height: 1px;
	vertical-align: bottom;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#menuh ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	width: 160px;
	text-align: left;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	background: #0b0d11;
	}

#menuh ul ul ul
	{
	top: 0;
	left: 100%;
	background: #0b0d11;
	}

div#menuh li:hover
	{
	cursor: pointer;
	z-index: 100;
	background: #0b0d11;
	}

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;
	border-bottom-style: 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;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.endmenu
{
    clear: left;
}
