/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	display:block;
	height:35px;
	font-size:0.8em;
	font-weight:bold;
	background:transparent url(bg_off.jpg) no-repeat left top;
	font-family:"Lucida Sans";
	width: 860px;
}
#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#stylefour ul li{
	display:block;
	margin:0;
	width: 172px;
	float: left;
}
#stylefour ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:11px 20px 0;
	height:23px;
	background:transparent no-repeat right top;
	width: 132px;
}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#D1201E;background:url(bgOFF.jpg) no-repeat;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
