﻿/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylemenu{
	display: block;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	background: url('images/bgOFF.gif') repeat-x left top;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	border-top: 4px solid #B30000;
	top: 17px;
	left: 0px;
	width: 760px;
	z-index: 4;
	float: left;
	color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B30000;
}
#stylemenu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylemenu ul li{display:block;float:left;margin:0;}
#stylemenu ul li a{
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url("images/bgDIVIDER.gif") no-repeat top right;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 86px;
	text-align: center;
}
#stylemenu ul li a.current{color:#B30000;background:#fff url("images/bgON.gif") no-repeat top right;}
#stylemenu ul li a:hover{color:#B30000;background:#fff url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

