div#header {
 clear: both;
 background-image: url(../assets/layout/vbs-header-all.jpg);
 background-repeat: no-repeat;
 background-position: top center;
}




#header img#logo {
 border: 0;
 display: block;
}




#header #navigation {
 clear: both;
 background-image: url(../assets/layout/header_bottom.png);
 background-repeat: no-repeat;
 height: 11px;
}

#header ol.navigation {
 list-style-type: none;
 clear: both;
 padding-top: 8px;
}

#header ol.navigation li {
 list-style-type: none;
 display: inline;
 margin-right: 5px;
}

#header ol.navigation li div {
}

#header ol.navigation li.active {
}

#header ol.navigation li a {
 color: white;
 padding: 5px 10px;
 margin: 2px;
}

#header ol.navigation li.active a {
}
