﻿.shadetabs
{
    padding-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    font: 12px ;
    margin-left: 0px;
    padding-top: 0px;
    list-style-type: none;
    text-align: center;
    padding-right: 10px;
}
.shadetabs LI
{
    display: inline;
    margin: 0px;
}
.shadetabs LI A
{
    line-height: 28px;
    height: 28px;
    color: White;
    padding-left:13px;
    padding-right:11px;
    margin-left:20px;
    height: 28px;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 9px;
}
.shadetabs LI A:hover
{
    background-image: url(../images/head-selected.gif) ;
    height: 28px;
}

.shadetabs LI.selected A
{
    background-image: url(../images/head-selected.gif);
    border-bottom-color: white;
    height: 28px;
}
.shadetabs LI.selected A:hover
{
    text-decoration: none;
    height: 28px;
}

body
{
	margin: 0px 0px;
	font-family: 宋体;
	font-size: 12px;
}

