/* common styling */
/* set up the overall width/height of the menu div and the margins */

.menu {
	float: left;
	height: 36px;
	width: 950px;
	display: inline;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	float: left;
	padding: 0; 
	margin: 0;
	list-style-type: none;
	display: inline;
}

/* float the list so that the items are in a line */
.menu li {
	float: left; 
	margin: 0px; 
	display: inline;
	color: #000;
}

.menu-border {
	padding: 0px;
}

li.menu-spacer {
	width: 1px;
	margin-top: 11px;
	background: url(../images/menu-spacer.gif);
}

/*hide last spacer */
#spacer8 {display: none;}

.menu li a{
	font-weight: bold;
	text-decoration: none;
	text-align: center; 
	line-height: 34px; 
	color: #000;
	display: block; 
	height: 34px;
	font-size: 14px;
	text-transform: uppercase;
}

.menu a:link{color: #fff; text-decoration: none; font-size: 14px;}
.menu a:visited{color: #fff; text-decoration: none; font-size: 14px;}
.menu a:active{color: #fff; text-decoration: none; font-size: 14px;}
.menu a:hover {color: #fff !important; background: #DC2B1B; text-decoration: none; font-size: 14px;}

/* IE Hack for sizing */
a.menu8 {width: 126px; width: "128px";}
a.menu7 {width: 120px; width: "122px";}
a.menu6 {width: 116px; width: "118px";}
a.menu5 {width: 116px; width: "118px";}
a.menu4 {width: 116px; width: "118px";}
a.menu3 {width: 116px; width: "118px";}
a.menu2 {width: 116px; width: "118px";}
a.menu1 {width: 116px; width: "118px";}

/* Highlight Page You are On by matching link to body ID */

#page1 a.menu1 {
background: #DC2B1B;
color: #fff !important;
}
#page2 a.menu2 {
background: #DC2B1B;
color: #fff !important;
}
#page3 a.menu3 {
background: #DC2B1B;
color: #fff !important;
}
#page4 a.menu4 {
background: #DC2B1B;
color: #fff !important;
}
#page5 a.menu5 {
background: #DC2B1B;
color: #fff !important;
}
#page6 a.menu6 {
background: #DC2B1B;
color: #fff !important;
}
#page7 a.menu7 {
background: #DC2B1B;
color: #fff !important;
}
#page8 a.menu8 {
background: #DC2B1B;
color: #fff !important;
}




