/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{
	height:24px;
	background:#000;
	display:block;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 20px;
}
#foxmenu2{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu2 ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu2 ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 1.5px;
	margin-bottom: 0;
	margin-left: 0;
}
#foxmenu2 ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:14px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5;
	padding-left: 13px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}
#foxmenu2 ul li a:hover{
	color:#fff;
	text-decoration: underline;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
}
#foxmenu2 ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

