#underlinemenu {
margin: 0px;
padding: 0px;
width:840px;
height:20px;
position:absolute;
background-color: #F58220;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 860px;
	right: 0px;
	background-color: #F58220;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	
}
#menuholder {
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
white-space: nowrap; 
}

#underlinemenu ul li{
	display: inline;
	background-color: #F58220;
	white-space: nowrap;
	overflow: visible;
}


#underlinemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F58220;
	background-image: url(media/menudivide.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#underlinemenu ul li a:hover{
color: #FFFFFF;
background-color: #B8284C;
}

#underlinemenu ul li .current{
	background-color: #B8284C;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F58220;
	border-right-color: #F58220;
	border-bottom-color: #F58220;
	border-left-color: #F58220;
	border-top-width: 0px;
	border-left-width: 0px;
}