




#menuh {
	font: 71% "verdana", Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	float:right;
	

}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #ffffff;
	background-color:#0250BC; 
	display: block;
	padding: 2px 18px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 0px 0px 0px 1px;
}


#menuh a:hover {
    text-decoration: none;
	color: #000000;
	background-color:#bed9ff; 
	display: block;
	padding: 2px 18px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 0px 0px 0px 1px;
}

.enc {
	width:960px;
	position:relative;
	float:left;
	background-color:#0250BC;
	

}