
#stylefive{
	position:relative;
	display:block;
	height:32px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/bgOFF.jpg) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-bottom:3px solid #e00101;
	margin-top:2px;
	}

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

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

#stylefive ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:9px 20px 0 20px;
	height:22px;
	background:transparent url(images/bgDIVIDER.jpg) no-repeat top right;
	}

#stylefive ul li a:hover, #stylefive ul li a.current{
	color:#fff;
	background:#0e382c url(images/bgDIVIDER.jpg) no-repeat top right;
	
	}
/*#stylefive ul li a.current{
	color:#003333;
	background-color:#CFD3D2;
	}*/