/* common styling */
/* set up the overall width/height of the menu div and the margins */

.menu {
	height: 51px;
	width: 567px;
	display: inline;
	margin: 0; 
	padding: 0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
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;
	padding-right: 6px;
}

.menu li a{
	text-decoration: none;
	font-size: 14px;
	text-align: center; 
	line-height: 32px; 
	color: #000;
	display: block; 
	height: 48px;
}

.menu a:link{color: #000000; text-decoration: none;}
.menu a:visited{color: #000000; text-decoration: none;}
.menu a:active{color: #000000; text-decoration: none;}
.menu a:hover {color: #fff !important; background-color:#C93B72; text-decoration: none;}

a.menu9 {width: 82px;}
a.menu6 {width: 80px;}
a.menu5 {width: 66px;}
a.menu4 {width: 52px;}
a.menu3 {width: 124px;}
a.menu2 {width: 68px;}
a.menu1 {width: 52px;}

/* Highlight Page You are On by matching link to body ID */

#page1 a.menu1 {
color: #fff; background-color:#C93B72;
}
#page2 a.menu2 {
color: #fff; background-color:#C93B72;
}
#page3 a.menu3 {
color: #fff; background-color:#C93B72;
}
#page4 a.menu4 {
color: #fff; background-color:#C93B72;
}
#page5 a.menu5 {
color: #fff; background-color:#C93B72;
}
#page6 a.menu6 {
color: #fff; background-color:#C93B72;
}
#page9 a.menu9 {
color: #fff; background-color:#C93B72;
}



