/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:15px;
	font-weight:bolder;
	background:transparent url(images/page/menu.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;	
}
#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:inherit;
	color:#FFF;
	text-decoration:none;
	padding:11px 30px 0 30px;
	height:23px;
	
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#3CF;
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
