﻿Div.Header 
{   width:100%;
    height:200px;
    background-color:#35262D;
    text-align:center;
}
div.menuDiv {text-align:center; margin:0 auto; width:650px; padding:0px; position:relative; bottom:-10px;}
ul#nav {text-align:center; width:650px}
ul#nav,ul#nav li{margin:0;padding:0;list-style-type:none}
ul#nav li{float:left;width:8em;font-size:120%;margin-right: 10px}
ul#nav a{   display:block;width:8em;padding:6px 0;font: bold 100% Verdana,Arial,sans-serif;
            text-transform:uppercase;background: #B38956;color: #FFF;
            text-decoration:none;text-align:center}
ul#nav a:hover{background: #FFD97A ;color:#666}