.mainNav, .mainNav2 {
background-image: url(../images/mainNav_Bg.jpg);
background-repeat:repeat-x;
position:absolute;
visibility: hidden;
font:normal .8em arial;
z-index: 100;
width: 230px;
text-align:center;
}
.mainNav2 {
width: 180px;
}
.mainNav a, .mainNav2 a {
width: 100%;
display: block;
border: 1px solid #000;
padding-top: 2px;
text-decoration: none;
text-indent: 5px;
color:#fff;
background-color: #810B2D;
text-align:left;
font-weight: bold;
height: 23px;
}

.mainNav a:hover, .mainNav2 a:hover{ /*hover background color*/
background-color: #CCCCCC;
color: #000000;
}

#headerNav {
margin: 0; 
padding: 1px; 
background-image: url(../images/mainNav_Bg.jpg);
background-repeat:repeat-x;
/* background-color: #990000;  */
text-align:center;
white-space:nowrap;
height: 23px;
vertical-align:middle;
}
#headerNav a {
text-decoration: none;
font-size: .8em;
padding: 0px 15px 4px 15px;
font-weight:bold;
text-align:left;
color:#FFFFFF;
}
#headerNav a:hover {
background-color: #fff;
color:#000000;
border-top: 1px #000 solid;
}

