﻿/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour {
	position:relative;
	display:block;
	height:33px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x middle left;
	font-family:Arial, Helvitica, Verdana, sans-serif;
	border-top:0px solid #E3121A;
	margin-left: auto ;
  margin-right: auto ;

	
}
#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:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;		
	text-decoration:none;
	padding:11px 25px 0 25px;
	height:23px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	
}
#stylefour ul li a:hover, #stylefour ul li a.current {
	color:#E3121A;
	border-bottom:1px solid #E3121A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;		
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

