/*
*@libs: topbar
*@Author: zmx 2013-02-18
*@Update: zmx 2013-02-18
*/
.dropmenu {
    position: relative;
}
.dropmenu-hd {
    display: inline-block;
    _zoom:1;
    _display: inline;
}
.dropmenu-list {
    display:none;
    position: absolute;
    background: #fff;
}
.dropmenu-list a {
    display: block;
    line-height: 22px;
    height: 22px;
    padding: 0 10px;
    text-decoration: none;
}
.dropmenu.hover .dropmenu-list {
    display: block;
}
.dropmenu-list a:hover {
    margin-left:-1px;
    _margin-right:-1px;
    position: relative;
    background: #79a1f2;
    color: #fff;
}


#top .dropmenu-hd {
    padding: 0 5px 0 10px;
    height: 22px;
    z-index: 2;
}
#top .dropmenu-list {
    border: 1px solid #ccc;
    margin-top: -1px;
    top:21px;
    z-index: 1;
}

#top .hover .dropmenu-hd {
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    position: relative;
    height: 21px;
    top:-1px;
    padding: 0 4px 0 9px;
}
#top .hover .dropmenu-list {
    display: block;
}

/*topbar start*/
#top {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 27px;
    line-height: 21px;
    min-width: 990px;
}
#top .grid {
    padding: 3px 0;
}
#top a {
    color: #666;
    text-decoration: none;
}
#top .red {
    color: #e64552;
}
#top .menu-item {
    float: left;
    margin-left: -1px;
    padding: 0 10px;
    background: url(/img/sundry/sep-line.png) right 50% no-repeat;
}
#top .dropmenu {
    padding: 0;
}


/*nav-left*/
#top .user-nav {
    float: left;
    margin-left: 10px;
}
#top .user-nav .first {
    padding-left:0;
    position: relative;
}
#top .user-nav .first a {
    color: #e64545;
}
#top .first .tips {
    top: 26px;
    left: 50px;
    width: 105px;
    color: #666;
    padding: 4px 10px;
}
#top .user-nav .signin {
    font-weight: bold;
}
#top .user-nav .signin a {
    color: #e64545;
}
#top .last, #top .quick-nav, #top .signin{
    background: none;
}

/*nav-right*/
#top .site-nav {
    float: right;
}
#top .site-nav .inquiry .icon {
    color: #807474;
}
#top .multi-lang, #top .quick-nav {
    z-index: 99;
}
#top .multi-lang .dropmenu-list {
    width: 100px;
    right:0
}
#top .multi-lang .dropmenu-list a {
    width: 80px;
}
#top .multi-lang .dropmenu-list a:hover {
    width: 81px;
    color: #fff;
    padding: 0 10px 0 11px;
    background: #807474;
}
#top .quick-nav .dropmenu-list {
    width: 185px;
    right:0
}
#top .quick-nav .dropmenu-list a {
    width: 155px;
    background-position: -210px -210px;
    padding: 0 10px 0 20px;
}
#top .quick-nav .dropmenu-list a:hover {
    color: #fff;
    width: 156px;
    padding: 0 10px 0 21px;
    background-color: #807474;
    background-position: -210px -250px;
}
#top .quick-nav dl{
    line-height: 22px;
}
#top .quick-nav dt{
    margin: 5px 0 3px 0;
    background: #f1f1f1;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    color: #666;
    -webkit-text-size-adjust:none;
}
#top .quick-nav .title {
    padding: 0 10px;
    color: #999;
}