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

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

/* float the list so that the items are in a line */
.menu li {
	float: right; 
	margin: 0px; 
	display: inline;
	color: #fff;
	background: url(../images/menu-green-bg.jpg) repeat-x; 

}

.menu-border {
	padding: 1px;
	background: #CC0000;
}

li.menu-spacer {
	width: 4px;
	background: none;
}

.menu li a{
	font-weight: bold;
	text-decoration: none;
	text-align: center; 
	line-height: 23px; 
	color: #fff;
	display: block; 
	height: 23px;
	background: url(../images/menu-green-bg.jpg) repeat-x; border: 1px #68953E solid;
        font-size: 10px;
}

.menu a:link{color: #fff; text-decoration: none; font-size: 10px;}
.menu a:visited{color: #fff; text-decoration: none; font-size: 10px;}
.menu a:active{color: #fff; text-decoration: none; font-size: 10px;}
.menu a:hover {color: #eee !important; background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid; text-decoration: none; font-size: 10px;}

/* IE Hack for sizing */
a.menu1462 {width: 57px; width: "59px";}
a.menu7 {width: 97px; width: "99px";}
a.menu6 {width: 77px; width: "79px";}
a.menu5 {width: 68px; width: "70px";}
a.menu4 {width: 98px; width: "100px";}
a.menu3 {width: 68px; width: "70px";}
a.menu2 {width: 77px; width: "79px";}
a.menu1 {width: 68px; width: "70px";}

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

#page1 a.menu1 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page2 a.menu2 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page3 a.menu3 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page4 a.menu4 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page5 a.menu5 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page6 a.menu6 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}
#page9 a.menu9 {
color: #fff;  background: url(../images/menu-blue-bg.gif) repeat-x; border: 1px #00578A solid;
}



