<style type="text/css">

.menuhorizontal{
	width: 498px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.menuhorizontal ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height:50px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #7c7c7c;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7c7c7c;
	border-right-color: #7c7c7c;
	border-bottom-color: #7c7c7c;
	border-left-color: #7c7c7c
}

.menuhorizontal ul li{
display: inline;
}

.menuhorizontal ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7c7c7c;
}

.menuhorizontal ul li a:visited{
color: #FFFFFF;
}

.menuhorizontal ul li a:hover, .menuhorizontal ul li .selected{
	color: #7c7c7c !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffd506;
}

</style>


