﻿#navwraper *
{
    margin: 0;
    padding: 0;
    font-family: Arial, "宋体" , "微软雅黑";
    font-size: 14px;
    color: #333;
    list-style: none;
    text-decoration: none;
}

#navwraper a img { border:0; }
#navwraper a.linkscroll { position:relative; z-index:0; }

#navwraper
{
    height: 30px;
    position: relative;
    z-index: 49;
    background: url('../img/bg.gif') repeat-x 0 0;
    width: 900px;
    float:left;
}
#nav { height:30px; float:left; width:100%; position:relative;}
#nav dd,#nav dt { float:left; height:30px; width:95px; position:relative; }
#nav dd a{ display:block; width:95px; line-height:30px; height:30px; text-align:center; color:#fff; text-shadow:-1px -1px 0 #21546d; color:#fff; cursor:pointer;}
#nav dd a:hover { text-shadow:-1px -1px 0 #9a5a17; }

#nav dt
{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 95px;
    background: url('../img/navhover.gif') no-repeat 0 0;
    text-shadow: -1px -1px 0 #9a5a17;
}
#nav dt a span { text-align:center; line-height:30px; display:block; color:#fff; float:left; width:95px;}
#nav dt a em
{
    background: url('../img/navhover.gif') no-repeat right 0;
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
#navmenu { position:absolute; left:0; top:30px; z-index:2;}
#navmenu dl
{
    background: url('../img/navmenu.png') no-repeat 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8px;
    width: 171px;
    display: none;
}
#navmenu dd
{
    background: url('../img/navmenu.png') repeat-y -171px 0;
    height: 30px;
    padding: 0 15px;
}
#navmenu dd a
{
    display: block;
    line-height: 30px;
    height: 30px;
    background: url('../img/navmenuline.gif') repeat-x 0 bottom;
    cursor: pointer;
}
#navmenu dt
{
    background: url('../img/navmenu.png') no-repeat -342px 0;
    height: 3px;
}
#navmenu dt, #navmenu dd, #navmenu dl
{
    _background-image: url(../images/navmenuie6.gif);
    background-image: url('../img/navmenuie6.gif');
}









