.header form .combo {
    width:127px;
    height:27px;
    z-index:200;
    color:#848484;
    font-size:11px;
    text-align:left;
    position:absolute;
    margin-left:302px;
    *margin-left:-233px;
    *margin-top:6px;
    background:url(/images/head/combo_bg.png) no-repeat scroll 112px 13px;
}
.header form .combo:focus {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
}
.header form .combo:focus .label {
    outline-color:#CCCCCC;
    position:relative;
    outline-style:dotted;
    outline-width:1px;
}
.header form .combo .label {
    width:115px;
    display:block;
    cursor:pointer;
    margin:7px 0px;
    overflow:hidden;
    padding-left:5px;
    text-align:center;
    white-space:nowrap;
    border-left:1px solid #CCC;
}
.header form .combo ul{
    top:6px;
    left:2px;
    width:133px;
    z-index:200;
    display:none;
    background:#FFF;
    position:absolute;
    border-style:solid;
    border-color:#E0E0E0;
    border-width:0 1px 1px 0;
}
* html #gn .combo ul {
    width:93px;
}
.header form .combo.active ul {
    display:block;
}
.header form .combo li {
    float:none;
    z-index:20000;
    cursor:pointer;
    padding:3px 7px;
}
.header form .combo li:hover, #gn .combo li.hover {
    color:#FFF;
    font-weight:bold;
    background:#848484;
}
.header form .combo li.checked {
    color:#FFF !important;
    font-weight:bold !important;
    background:#848484 !important;
}


.combo select{
    width:148px;
    border:0px;
    margin-top:5px;
    font-size:11px;
    color:#666;
    border-left:1px solid #ccc;
}

.combl option{
    width:148px;
    font-size:11px;
}

.li_hover {
    background:#848484 none repeat scroll 0 0;
    color:#FFFFFF;
    font-weight:bold;
}

