#menu {
    background: url("../images/menu/menu.bg.gif") repeat-x;
    width: 920px;
    height: 33px;
    padding: 0 40px;
    margin: 0px;
}

#menu > ul {
    background: url("../images/menu/menu.divider.gif") bottom left no-repeat;
    list-style: none;
    margin: 0px auto;
    padding: 0px 0px 0px 2px;
}

#menu ul > li {
    background: url("../images/menu/menu.divider.png") bottom right no-repeat;
    height: 33px;
    float: left;
}

#menu ul > li:hover {
    background: url("../images/menu/menu.divider.png") bottom right no-repeat #607fbd !important;
}

#menu ul > li > a {
    color: white;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    height: 33px;
    padding: 8px 27px 0px 27px;
    text-decoration: none;
}