/* CSS Document */
.menu_crl{}
.menu{margin: 0px; width:1000px;}

.menu UL LI
{
    float: left;
    display:inline;
    position: relative;
     text-align:center;
}
.menu UL LI A.hide
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    background: url(../images/menu_a.jpg) right 0px;
    padding-bottom: 0px;
    font: bold 13px "宋体";
    width: 100px;
    color: #454545;
    padding-top: 10px;
    height: 26px;
    text-align: center;
    text-decoration: none;
}
.menu UL LI A.hide:visited
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    background: url(../images/menu_a.jpg) right 0px;
    padding-bottom: 0px;
    font: bold 13px "宋体";
    width: 100px;
    color: #454545;
    padding-top: 10px;
    height: 26px;
    text-align: center;
    text-decoration: none;
}

.menu UL LI A.hide:hover 
{
    background: url(../images/menu_hover.jpg) right 0px;
    color: #eee;
}




.menu UL LI UL
{
    display: none;
    left: 0px;
    width: 90px;
    position: absolute;
    z-index:9999;
}
.menu UL LI UL LI A
{
    padding-right: 5px;
    display: block;
    padding-left: 5px;
    background: #ffffff;
    filter: alpha(opacity=80);
    padding-bottom: 5px;
    font: 12px "宋体";
    width: 90px;
    color: #333333;
    padding-top: 5px;
    height: 15px;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.menu UL LI UL LI A:hover
{
    background: #ccc;
    color: #900;
}



.menuA
{
    margin: 0px;
    width: 80px;
    font-family: arial, sans-serif;
}
.menuA UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}
.menuA UL LI
{
    float: left;
    position: relative;
}
.menuA UL LI A
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    padding-bottom: 0px;
    font: bold 12px "宋体";
    width: 80px;
    color: #d0d0d0;
    padding-top: 10px;
    height: 22px;
    text-align: center;
    text-decoration: none;
}
.menuA UL LI A:visited
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    background: url(../images/menu_a111.jpg) right 0px;
    padding-bottom: 0px;
    font: bold 12px "宋体";
    width: 70px;
    color: #d0d0d0;
    padding-top: 10px;
    height: 22px;
    text-align: center;
    text-decoration: none;
}
.menuA UL LI UL
{
    display: none;
}
.menuA UL LI A:hover 
{
    background: url(../images/menu_hover11.jpg) right 0px;
    color: #eee;
}


/*
.menuA UL LI:hover UL
{
    display: block;
    left: 0px;
    width: 70px;
    position: absolute;
}
.menuA UL LI:hover UL LI A
{
    padding-right: 5px;
    display: block;
    padding-left: 5px;
    background: #ffffff;
    filter: alpha(opacity=70);
    padding-bottom: 5px;
    font: 12px "宋体";
    width: 90px;
    color: #333333;
    padding-top: 5px;
    height: 15px;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.menuA UL LI:hover UL LI A:hover
{
    background: #ccc;
    color: #900;
}*/

