/* CSS Document */
#menu a {
text-decoration:none;
height:19px;}
#menu a:hover {
display:block;
background-color:#BE2E37;
background-image:url(../images/menubgover.jpg);
background-repeat:repeat-x;
height:19px;
}
#menu ul {
float:left;
text-align:left;
list-style:none;
height:19px;
max-height:19px;
}
#menu ul li {
float:left;
text-align:center;
/*width:151px;*/
width:125px;
height:19px;
}
#menu {
text-align:left;
background-color:#C55A33;
width:758px;
height:18px;
border-color:#FFFFFF;
border-style:solid;
border-left-width:1px;
border-right-width:1px;
border-top-width:0px;
border-bottom-width:1px;
padding-top:2px;
padding-bottom:1px;
font-size:14px;
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
background-position:top;
}


