/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#fff;display:block;padding:0px 0 0 15px;}
#foxmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	left: 20px;
	top: 0px;

}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#838383;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url() no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OFF.png) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9D080D;
	text-align:center;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}

.bullets a{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.bullets a:hover{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
