
<style type="text/css">

.ep_menu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.ep_menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #991122;
	border-right-color: #991122;
	border-bottom-color: #991122;
	border-left-color: #991122
}

.ep_menu ul li{
display: inline;
}

.ep_menu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.ep_menu ul li a:visited{
color: #FFFFFF;
}

.ep_menu ul li a:hover, .ep_menu ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #991122;
}

</style>
