/* CSS Document */

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	position:relative;
	display:block;
	height:20px;
	font-size:11px;
	font-weight:normal;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvitica, sans-serif;
	border-top:0px solid #000000;
	color: #FFFFFF;
}
#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;
	text-decoration:none;
	height:18px;
	background-color: transparent;
	background-image: url(../images/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	background-image: url(../images/bgON.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #3C4516;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
