.nav {
    width: 960px;
    height: 44px;
    float: left;
}

.menu-L {
    width: 5px;
    height: 44px;
    float: left;
    background: url("../images/main/menu-bg-L.png") no-repeat top left;
}

.menu-R {
    width: 5px;
    height: 44px;
    float: left;
    background: url("../images/main/menu-bg-R.png") no-repeat top left;
}

.submenu-top {
    width: 179px;
    height: 21px;
    position: absolute;
    z-index: 12;
    background: url("../images/main/submenu-top-bg.png") no-repeat top left;
    margin-top: -21px;
    
}

ul.dropdown { 
    position: relative; 
    list-style: none; 
    width: 948px;
    height: 44px;
    float: left;
    background: url("../images/main/menu-bg.gif") repeat-x top left;
}

ul.dropdown li {
    float: left;
    zoom: 1;
    text-align: center;
    padding: 0 23px;
    color: #fff;
}

ul.dropdown a:active {
    color: #fff;
    text-decoration: none;
}

ul.dropdown li a, ul.dropdown li span.popup-span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 38px;
}

ul.dropdown li {
    height: 44px;
    background: url("../images/main/menu-li-border.gif") no-repeat top left;
}

ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    text-decoration: none;
    color: #fff;
}

.home-ico, .home-ico:hover {
    width: 20px;
    height: 19px;
    background: url("../images/main/home-ico.png") no-repeat center center;
}

.home-ico:hover {
    background: url("../images/main/home-ico-active.png") no-repeat center center;
}

.li-border {
    width: 3px;
    height: 44px;
    float: left;
}

ul.dropdown li a.menu-title {
    height: 44px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

ul.dropdown li a.menu-title:hover {
    color: #fff;
    text-decoration: none;
}

ul.dropdown ul {
    width: 169px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;  
    margin-top: 15px;
    border-top: 0 !important;
}

ul.dropdown ul li {
    font-weight: normal;
    float: left;
    padding: 0 !important;
    text-align: left;
    width: 169px;
    height: 35px;
    border: 0 !important;
    background: url("../images/main/submenu-bg.png") repeat-y center center;
}

ul.dropdown li a:hover, ul.dropdown li span.popup-span:hover {
    color: #fff;
}

ul.dropdown ul li:hover {
    background: url("../images/main/submenu-active.png") repeat-y center center;
    color: #fff;
    width: 169px;
}

.splitter {
    width: 169px !important;
    height: 2px !important;
    text-align: center;
    background-color: #242424 !important;
    float: left;
}

.splitter img {
    float: left;
    margin-left: 1px !important;
}

ul.dropdown ul li a.sub-link, ul.dropdown ul li a.sub-link:hover, ul.dropdown ul li span.sub-link, ul.dropdown ul li span.sub-link:hover { 
    border-right: none; 
    width: 169px; 
    display: inline-block; 
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    padding-left: 23px;
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #b7b6b6;
    line-height: 35px;
}

ul.dropdown ul li a.sub-link:hover, ul.dropdown ul li span.sub-link:hover {
    font-weight: bold;
    color: #fff;
}

ul.dropdown li:hover > ul { 
    visibility: visible; 
}

.menu-bottom-border {
    width: 169px;
    height: 11px;
    background: url("../images/main/submenu-bottom-bg.png") no-repeat bottom left;
    float: left;
}

.popup-span {
    cursor: hand;
    cursor: pointer;
}