.mainmenu{
	width: 800px;
	background: #7f9aa8;
	font-weight:bold;
	font-family: Verdana;
	font-size:70%;
}

.mainmenu ul{
margin: 0;	width: 800px;
padding: 0;
float: left;
background: #7f9aa8;
}


.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
float: left;
color: white; /*text color*/
padding: 2px 22px 2px 22px ;
text-decoration: none;
}

.mainmenu ul li a:visited{
color: white;
}

.mainmenu ul li a:hover {
color: white !important; /*text color of selected and active item*/
background: #ed1c24 url(../images/navback.jpg) repeat-x center center;
}
.mainmenu ul li a.active {
color: white !important; /*text color of selected and active item*/
background: #ed1c24 url(../images/navback.jpg) repeat-x center center;
}

