

#header {
width : 801px;
background-image : url(../images/nav.gif);
background-repeat : no-repeat;
}
a.nav:link {
color:#FFFFFF;
text-decoration : none;
}
a.nav:visited {
color : #FFFFFF;
text-decoration : none;
}
a.nav:hover {
color : #ffffff;
text-decoration : underline;
background:#971411;
padding-left:5px;
padding-right:5px;
}
a.nav:active {
color : #971411;
}