.top-menu {
    background: url('../images/menu/background-top.gif') center left repeat-x;
    height: 29px;
    width: 1000px;
}
.top-menu .menu-item {
    float: left;
    height: 100%;
}
.top-menu .menu-item span a {
    border-left: 1px #d0d5da solid;
    border-right: 1px #455255 solid;
    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 14px;
    line-height: 29px;
    padding: 0 16px;
}
.top-menu .menu-item.first span a {
    border-left: 1px #455255 solid;
}
.top-menu .menu-item.last span a {
    border-right: none;
}
.top-menu .menu-item span a.over {
    background-color: #e8edf1;
    border-top: 1px #455255 solid;
    border-left: 1px #455255 solid;
    color: #3d4c4f;
    line-height: 28px;
    text-decoration: none;
}
.top-menu .menu-item span.no-sub a.over {
    border-bottom: 1px #455255 solid;
    line-height: 27px;
}
.top-menu .sub-menu-wrapper {
    display: none;
    float: left;
    position: relative;
    width: 250px;
    z-index: 1000;
}
.sub-menu-wrapper .sub-menu {
    background-color: #e8edf1;
    border-right: 1px #455255 solid;
    border-bottom: 1px #455255 solid;
    border-left: 1px #455255 solid;
    margin-top: 29px;
    padding: 5px 9px 10px 9px;
    position: absolute;
    width: 100%;
}
.top-menu .sub-menu-wrapper a {
    color: #2c73c0;
    font-size: 12px;
    line-height: 16px;
}
.top-menu .sub-menu-wrapper a:hover {
    background-color: #fff;
    color: #B01717;
    text-decoration: none;
}