/*
        头部导航条样式
*/
#navi{
		margin-top:-4px;
		padding:0px;
}
.top-lanmu-1 {
        background-image: url(./images/lanmu-1.jpg);
        background-repeat: repeat-x;
        display: block;
}
a.top-lanmu:link,a.top-lanmu:visited,a.top-lanmu:hover,a.top-lanmu:active{
        text-align:center;
        font-size: 12px;
        font-family: "宋体";
        height: 30px;
        width: 90px;
        display: block;
        line-height:32px;
        text-decoration:none;
}
a.top-lanmu:link {
        color: #FFFFFF;
        background-image: url(./images/lanmu.jpg);
        background-repeat: no-repeat;
}
a.top-lanmu:visited {
        color: #FFFFFF;
        background-image: url(./images/lanmu.jpg);
        background-repeat: no-repeat;
}
a.top-lanmu:hover {
        color: #66FFCC;
        text-decoration : none;
        background-image: url(./images/lanmu1.jpg);
        background-repeat: no-repeat;
}
a.top-lanmu:active {
        color: #66FFCC;
        background-image: url(./images/lanmu1.jpg);
        background-repeat: no-repeat;
}

/*bottom-style*/
.bottom{
        position:relative;
        top:2px;
        padding-top:5px;
        background-color:#3E6087;
        font-family: "宋体";
        font-size: 12px;
        color: #FFFFFF;
        line-height: 16px;
}