#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:14px;
	font-weight:bold;
	background:transparent url(menu_img/bgOFF.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:4px solid #fe6d00;	
}

#stylefour ul{
	margin:0;
	padding:0px;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#FF9900;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(menu_img/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#ffffff;
	background:#000000 url(menu_img/bgON.gif) no-repeat top right;
	}