/* CSS Document */
#tab2 { width:593px; height:380px; position:relative;margin:0px auto 0 auto;}
/*设置容器高宽等*/
html > body #tab2 { width:593px;}
/*兼容IE6:IE6下宽度不够*/
#tab2 div { position:absolute; top:30px; left:0; width:593px; height:300px;}
/*设置容器高宽等*/
#tab2 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab2 .block { display:block;}
/*选中的容器*/
#tab2 h3 { float:left; width:196px; height:40px; line-height:40px; margin:0 0 0 0; font-size:18px; cursor:pointer;  text-align:center; color:#ffffff; background:#393939; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab2 .up {color:#fff; background:#299324}
/*选中的标题样式*/
/*修饰列表内容*/
#tab2 ul { list-style:none; padding:0; height:300px; margin-top:20px;}
#tab2 li { margin-right:10px; border-bottom:1px dotted #c6c6c6; height:37px; line-height:37px;  overflow:hidden; font-size:13px;  }
#tab2 li a { display:inline; font-size:13px; text-decoration:none; text-indent:4px; margin-right:10px;font-family:Microsoft YaHei;}
#tab2 li a:hover{ color:#1487e6;}
#tab2 li span{ display:block; float:right; margin-right:5px; color: #6c6c6c;}

a.tab2_title:link { color: #5a5a5a; text-decoration:none;}
a.tab2_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab2_title:hover { color:#1487e6; text-decoration:none;}
a.tab2_title:active { color:#1487e6; text-decoration:none;}
a.tab2_menu:link { color: #1487e6; text-decoration:none;}
a.tab2_menu:visited { color:#1487e6; text-decoration:none;}
a.tab2_menu:hover { color:#1487e6; text-decoration:underline;}
a.tab2_menu:active { color:#1487e6; text-decoration:none;}


