/* CSS Document */


#header
{

height: 80px;
margin-bottom: 20px;
text-align: center;
background-image: url("header7.jpg");
background-repeat: no-repeat;
background-color: black;

}


#navlist
{
padding: 3px 0;
padding-left:40px;
margin:0px;
margin-top: 10px;
border-bottom: 1px solid #778;
margin-bottom: 20px;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
