#menuWrapper {
    width: 965px;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 15px;
}

.menuBack {
    background: #000 url('/images/menu_bg.png') repeat-x top left;
    height: 51px;
    
    border: 1px solid #858588;
    
    float: left;
    
}

.menuItem {
    font-weight: bold;
    margin: 17px 15px;
}

.menuItem a:link, .menuItem a:visited, .menuItem a:active {
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
}

.menuItem a:hover {
    text-decoration: underline;
}
