#navcontainerh { 
/*margin-top: -20px;*/
padding-top: 60px;
width: 200px; }

#navcontainerh ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainerh a
{
margin-left: 5px;
padding-left: 1px;
display: block;
padding-top: 7px;
padding-bottom: 7px;
width: 120px;
/*border-bottom: 1px solid #eee;*/
font-weight: bold;
font-size: .95em;
text-align: center;
}

#navcontainerh a:link, #navlisth a:visited
{
color: #fff;
text-decoration: none;
padding-top: 7px;
padding-bottom: 7px;
}

#navcontainerh a:hover
{
padding-top: 6px;
padding-bottom: 6px;
padding-left: 0;
background-color: #000;
border-left: 1px solid #666666;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}

li ul li a{
	margin-left: 0;
	}


li ul {
	position: absolute;
	left: 120px;
	top: 555px;
	display: none;
	border-bottom: 1px solid white;
	background-color: #666666;
	}

/*li ul {top: 428px;}*/

li ul li{
	border: 1px solid white;
	border-bottom: none;
}

li:hover ul, li.over ul { 
	display: block; }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */