/* CSS Document */
<!--
ul{ list-style:none;}
/*选项卡1 ,按钮在上方*/
#Tab1{
width:100%;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:100%;
background:url(../images/title_class_bg.gif);
height:26px;
line-height:26px;
}
.Menubox cite{float:right; margin-right:10px;}
.Menubox cite a:link,.Menubox cite a:visited{ color: #fff; }
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:80px;
text-align:center;
color:#fff;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:89px;
/*border-left:1px solid #A8C29F;
border-top:1px solid #A8C29F;*/
border-right:1px solid #A8C29F;
background:url(../images/logintab2.gif);
color:#444;
font-weight:bold;
height:26px;
line-height:26px;
}
.Contentbox{
clear:both;
margin-top:0px;
height:140px;
padding-top:8px;
}

 .Contentbox ul { margin: 0px 8px 0 8px;}
 .Contentbox ul li { background: url(../images/point_red.gif) 2px 5px no-repeat; vertical-align:middle; height:20px; float: left; width: 190px; }
 .Contentbox ul li a { margin-left: 10px; }




-->

/*选项卡1 按钮在右侧*/
#Tab2{
width:270px;
float:left;
}
/*菜单class*/
.Menubox_bleft {
width:23px;
float:left;
height:100%;
}
.Menubox_bleft ul{
margin:0px;
padding:0px;
}
.Menubox_bleft li{
display:block;
cursor:pointer;
padding:2px 0 0 4px;
width:19px;
background:url(../images/ttn.gif) repeat-y;
color:#666;
font-weight:bold;
height:57px;
}
.Menubox_bleft li.hover{
padding:2px 0 0 4px;
background:#fff;
width:19px;
background:url(../images/tth.gif);
color:#ffffff;
height:57px;
}
.Contentbox_bleft{
float:right;
width:244px;
border-right:1px dashed #ccc;
height:118px;
}
 .Contentbox_bleft ul { margin: 4px 8px 0 8px;}
 .Contentbox_bleft ul li { background: url(../images/point_red.gif) 2px 5px no-repeat; vertical-align:middle; height:19px; float: left; width: 230px; line-height:19px; }
 .Contentbox_bleft ul li a { margin-left: 10px; }
-->
