#stylefour{
	position: absolute;
	display: block;
	float: right;
	width: 778px;
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	border-top: 3px solid #DEDFDE;
}
#stylefour ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#stylefour ul li{
	display: block;
	float: right;
	margin: 0;
}
#stylefour ul li a{
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 11px 39px 0 39px;
	height: 23px;
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color: #B30000;
	background: #fff url(images/bgON.gif) no-repeat top right;
}


