@charset "utf-8";
/* CSS Document */


/*兼容IE6:IE6下宽度不够*/

.spanhr{height:6px; background:#dde5cc; display:block; top:25px; left:0px; width:709px;font-size:0px; position:absolute;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/


/*TAB布局*/  
#tab * {font-size:12px;}  /* 字体大小 */  
#tab h3 a {display:inline-block;}   
#tab h3 a {display:block;}   
#tab {position:relative; width:709px;margin-top:16px;height:auto;}   
#tab ul li {position:absolute;left:0;top:0;float:left;display:block;width:100px;height:30px;font-size:0;}   
#tab ul li#tab2 {
	left:88px;
}   
#tab ul li#tab3 {left:174px;}   
#tab ul li#tab4 {left:261px;}   
#tab ul li div {position:absolute;clear:both;}   
#tab ul li div#oDIV2 {left:-75px;}   
#tab ul li div#oDIV3 {left:-150px;}   
#tab ul li div#oDIV4 {left:-225px;}   
/*TAB-标题修饰*/  
#tab,#tab ul li div,#tab ul li div li {width:709px;}/* 设置总宽度[width] */  
#tab {height:900px;overflow:hidden;}/* 设置总高度[height]、标题背景颜色[background] */  
#tab ul li h3 a {height:25px; line-height:25px; width:75px;text-align:center;color:#8d8c8c;background:url(../images/article_33.jpg) left top no-repeat;}/* 标题默认状态 */  
#tab ul li h3 a:hover {color:#4f7f16;background:url(../images/article_35.jpg) left top no-repeat;}/* 鼠标经过状态 */  
#tab ul li.up h3 a {color:#4f7f16;background:url(../images/article_35.jpg) left top no-repeat;}/* 当前窗口状态 */  
#tab ul li div {height:auto;}/* 设置内容高度[height]、背景颜色[background]、上下分割线[border] */  
/*TAB1效果[ol/li]*/    
/*TAB2效果[img]*/  
/*TAB3效果[iframe]*/  
