#menu{
    background-image: url('../images/menu/black_0.gif');
    background-position: center center;
    background-repeat: repeat-x;
    font-family: arial, verdana, sans-serif;
    
    padding:0;
    font-size: 11px;
    white-space: nowrap;
    height:35px;;
}
#menu .select{
    padding:0;
    margin:auto;
    position: relative;
    line-height: 35px;
    vertical-align: middle;
    display: table;
}

.pro_linedrop .select li.line:hover a b {
background:url(../images/menu/black_1a.gif) right top no-repeat;

}
.pro_linedrop .select li.line:hover{
    background:url(../images/menu/black_1a.gif) left top  no-repeat;
}
.pro_linedrop .select li:hover a b {
background:url(../images/menu/black_1.gif) right top no-repeat;
}
.pro_linedrop .select li:hover{
    background:url(../images/menu/black_1.gif) left top  no-repeat;
}
.pro_linedrop .select li.line a b {
background:url(../images/menu/black_0a.gif) right top  no-repeat;
}
.pro_linedrop .select li.line{
    background:url(../images/menu/black_0a.gif) left top  no-repeat;
}

#menu .select a{
    color: #FC0;
    text-decoration: none;
    height: 100%;
    display: block;
    padding-left:15px;
    white-space: nowrap;
    line-height:33px;
    *margin-bottom:9px;
}
#menu .select a b{
    padding: 0 30px 0 15px;
    display: block;
}

#menu .select li{
    display: inline;
    float: left;
    text-align: center;
}
#menu .sub{
    position: absolute;
        padding: 0;
    z-index: 2000;
    display: none;
    width:150px;
    *margin: 0;
    *margin-top: -10px;


}
#menu .sub li{
    display: block;
    float: none;
    padding: 0;
    margin: 0px;
    /*border: 1px solid #000000;*/
    *margin-bottom: -3px;
    
}
#menu .select li.line .sub li a{
    line-height: 30px;
    height:30px;
    vertical-align: middle;
    border: 1px solid #FF0000;
    background-color:#FFF979;
    background-image: none;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    text-indent: 5px;
    width: 150px;
    z-index: 2000;
    text-align: left;
    color: #B00;
    overflow: hidden;

}
#menu .select li.line .sub li:hover a{
    background-color:#B00;
    color: #FC0;
    background-image: none;
}