
#nav ul {
padding : 0;
margin : 0;
}
#nav {
height : 30px;
width : 920px;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
background-image : url(../images/headerbg.gif);
background-repeat : repeat-x;
font-weight : bold;
background-color : #7f0000;
border-top-width : thin;
border-right-width : thin;
border-bottom-width : thin;
border-left-width : thin;
border-top-style : none;
border-right-style : solid;
border-bottom-style : none;
border-left-style : solid;
border-top-color : #7f0000;
border-right-color : #7f0000;
border-bottom-color : #7f0000;
border-left-color : #7f0000;
}
#nav ul li {
padding : 0;
list-style-type : none;
width : 140px;
float : left;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
font-weight : bold;
background-position : right 0%;
}
#nav ul li a {
width : 140px;
text-align : center;
text-decoration : none;
color : #7f0000;
display : block;
padding-top : 8px;
padding-bottom : 9px;
font-size : 12px;
font-weight : bold;
}
#nav ul li a:hover {
background-image : url(../images/tabHover.gif);
background-repeat : no-repeat;
color : #ffffff;
}
#nav ul li a.here {
background-image : url(../images/tabHover.gif);
background-repeat : no-repeat;
color : #ffffff;
}
#nav2 {
height : 6px;
width : 920px;
background-color : #ffffff;
}
#nav3 {
height : 10px;
width : 920px;
background-color : #7f0000;
}
