#menuh-container
{	
position: fixed;
z-index: 777;
background-color: #303030;
max-height: 50px !important;
min-height: 50px !important;
height: 50px;
top: -12px;
}

#menuh	
{	
font-size: 12px;	
float: left;
margin-top: 0px;
margin-right: 0px;
width: 690px;
margin-left: 310px;
clear: both;
}		

#menuh a	
{	
text-align: center;
display:block;	
border-right: 1px solid #606862;	
white-space:nowrap;	
margin: -14 0;	
padding: 16px;	
color: #fff;
background-color: #303030;
text-decoration:none;	
	font-size: 16px;
}	

#menuh a:hover /* menu on mouse-over  */	
{	
color: white;	
background-color: #3A3A3A;	
text-decoration:none;
background-image: none;   
-ms-transition: all 0.5s ease-in-out;   
-webkit-transition: all 0.5s ease-in-out;   
-o-transition: all 0.5s ease-in-out;   
-moz-transition: all 0.5s ease-in-out;   
transition: all 0.5s ease-in-out;
}		

.act
{	
color: white;	
background-color: transparent;	
text-decoration:none;
padding: 6px 24px 6px 24px;
width: 140px;
webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px; 
}	
.act:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(39,39,39,0);
border-top-color: #303030;
border-width: 15px;
margin-left: -15px;
z-index: 888;
}

.act2
{	
color: white;	
background-color: transparent;	
text-decoration:none;
padding: 6px 24px 6px 24px;
width: 140px;

webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px; 
}	
.act2:after {
top: 50%;
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(178,178,178,0);
border-top-color: #303030;
border-width: 15px;
margin-right:  -2;
margin-top: -15px;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg);
z-index: 889;
}

#menuh ul	
{	
list-style:none;	
margin:0;	
padding:0;	
float:left;	
width: 220px; /* width of all menu boxes */	
font-size: 12px;
font-family: 'Open Sans', helvetica, arial, sans-serif;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
}

#menuh li	{	
position:relative;	
min-height: 1px; /* for IE7 */	
vertical-align: bottom;	/* for IE7 */
}

#menuh ul ul	
{	
position:absolute;	
z-index:500;	
top:auto;	
display:none;	
font-size: 11px;
font-family: 'Open Sans', helvetica, arial, sans-serif;
letter-spacing: 1px;
font-weight: 300;
text-transform: none;
}

#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;
}

a {	
outline: none;
}

.end li {
background: url(../images/bg_link.png) repeat center center;
display:block;	
margin: 0;	
padding: 16px;	
}