#stylefour{
	position:relative;
	display:block;
	height:31px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-color: #006600;
	background-image: url(nav-img/bg-off.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


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

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


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


#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#FFFFFF;
	background-image: url(nav-img/bg-on.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

