.header { 
    color: #000; height:130px;
    text-align: right;
    background: #BEBE7E url("../img/headline2.jpg") no-repeat left bottom;
    padding: 10px 20px 0px 0px; 
    position:relative;
}

.header h1 { position:absolute; right:20px; bottom: 10px;}
.header span {color:#000;}
.header span a {color:#000;}

#navcontainer
{
background: #cb9902;
margin: 0 auto;
padding: 0.3em 0 0 0;
font-family: georgia, serif;
text-transform: uppercase;
}


#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 0.8em;
font-weight: bold;
}

ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.6em;
border-width: 1px;
border-color: #cb9902 #cb9902 #cb9902 #cb9902;
border-style: solid;
color: #000;
text-decoration: none;
background: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: transparent;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #BEBE7E #fff #fff #BEBE7E;
}
