﻿
a:link
{
}
a:visited
{
}
a:hover
{
}
ul
{
    list-style: none;
}
/*菜单class*/
.Menubox
{
    width: 618px;
    background: url(tab1.gif);
    height: 28px;
    line-height: 28px;
}
.Menubox ul
{
    margin: 0px;
    padding: 0px;
}
.Menubox li
{
    float: left;
    display: block;
    cursor: pointer;
    width: 114px;
    text-align: center;
    color: #949694;
    font-weight: bold;
    font-size: 13px;    
}
.Menubox li.hover
{
    padding: 0px;
    background: #fff;
    width: 116px;
    border-left: 1px solid #A8C29F;
    border-top: 1px solid #A8C29F;
    border-right: 1px solid #A8C29F;
    background: url(tab2.gif);
    color: #739242;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
}
.Contentbox
{
    width: 618px;
    clear: both;
    margin-top: 0px;
    border: 1px solid #A8C29F;
    border-top: none;
    height: 181px;
    text-align: center;
    padding-top: 8px;
}
