/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styletwo{
	position:relative;
	display:block;
	height:24px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top: 149px;

	background-image: url(../resources/menu images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 535px;
	background-image: url(../resources/menu%20images/bgOFF.gif);
}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:24px;
	color: #000000;
}
#styletwo ul li a:hover,#styletwo ul li a.current{
	color:#FF0000;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	position:relative;
	display:block;
	height:25px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
}


#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:#E52A1C;text-decoration:none;
padding:1px 10px 0 10px;height:16px;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#333333;}

