.menuh{
        width: 100%;
        background-color: #333; 
}
 
.menuh ul{
        margin: 0; padding: 0;
	float: left;
}

.menuh ul li{
        display: inline;
}

.menuh ul li a{
	float: left;
	text-decoration: none;
        color: white;
        padding: 14px 18px;
        background-color: #333; 
	font-size: 1.2em;
}

.menuh ul li a:visited{
        color: white;
}

.menuh ul li a:hover, .menu ul li .current{
        color: #fff;
        background-color:#d00707;
}

.here { 
	font-size: 1.1em;
}