body{ color:#000}
#menu {
    margin:0;
    padding:0px;
    width:800px;
    list-style-type:none;
    font:12px Arial;
    /*text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;*/
    height: 36px;
  
    }

#menu li {
    float:left; 
    padding-top:5px; 
    margin:0 1px 0 0; 
    _width:40px;
    width:60px;    
    }
#menu .wit{
    width:72px!important;
    }
#menu t{ width:40px;}    
/* 设置菜单项*/
#menu li dl {  
    _width:40px;/*ie6*/
    width:60px;    
    margin: 0; 
    padding: 0 0 0px 0; 
    /*background: #cb6 url(images/bottom.gif) no-repeat bottom left; */
    }

#menu li dt a,#menu li dd a{ display:block; color:#000}

/* 设置菜单项的dt */
#menu li dt { 
    margin:0; 
    padding: 0px; 
      text-align:center;
    /*border-bottom:1px solid #b00;*/
    
    }
.et40{ width:40px; float:left}
#menu li dt.orange {
/* background:#fa5 url(images/top.gif) no-repeat top left;*/
 background-color:#orange; }
#menu li dt.yellow { background:#ee5 url(images/top.gif) no-repeat top left;}
#menu li dt.green  { background:#5e5 url(images/top.gif) no-repeat top left;}
#menu li dt.blue   { background:#5cf url(images/top.gif) no-repeat top left;}

#menu li dt a ,#menu li dt a:visited {
    display:block; 
    color:#fff;
    text-decoration:none;
     
    }

/* 设置菜单项的dd */
#menu li dd { 

    margin:0; 
    padding:0; 
    color: #fff; 
    background: #333; 
    }

#menu li dd.last {
    border-bottom:1px solid #b00;
    }

#menu li dd a, #menu li dd a:visited {
    display:block; 
    color:#fff; 
    text-decoration:none; 
    padding:4px 5px 4px 5px;
   /* background: #47a url(images/arrow.gif) no-repeat 10px 10px; */
    height:1em;
    }

/*关闭子菜单*/

#menu li dd { display:none;margin-top:-3px;}

/* 设置鼠标响应 */


#menu li:hover dd , #menu li a:hover dd { display:block; }

#menu li:hover, #menu li a:hover { border:0; }/*ie6*/

#menu li dd a:hover { 
    background: #fff; 
    color:#000;
    }
    
/*针对ie6的设置*/    
#menu table { 
    border-collapse:collapse; 
    padding:0; 
    margin:-1px; 
    font-size:1em;
    }


	
/***********************************************以下是选项卡样式***************************************************************/

/* 选项卡关键属性 */
#tab {
width:372px;
height:220px;
position:relative;
}

/*设置容器高宽等*/
html > body #tab {
width:370px;
}

/*兼容IE6:IE6下宽度不够*/
#tab div {
	position:absolute;
	top:26px;
	left:-1px;
	width:360px;
	height:201px;
	/*border:#666666 1px solid;*/
	
	
}

/*设置容器高宽等*/
#tab div {
display:none;

}

/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block {
display:block;
}

/*选中的容器*/
#tab h3 {
float:left;
width:100px;
height:26px;
line-height:26px;
margin:0 -1px 0 0;
font-size:14px;
cursor:pointer;
font-weight:400;
text-align:center;
color:#00007F;
background-color:#e1e1e1;

}

/*默认标题样式*/
#tab .up { background-color:#fff; height:28px; display:block;
}

/*选中的标题样式*/
/*修饰列表内容*/
#tab ul {

margin:0;


/*list-style:none;*/
padding:0;
}

#tab li {/*
float:left;
width:50%;
background:url(http://blog.pr1984.com/attachments/month_0612/a20061212105235.gif) no-repeat 25px 10px;*/
}

#tab li a {
display:block;
/*width:84%;*/
height:25px;
line-height:25px;
/*margin-left:8%;*/
font-size:12px;
text-decoration:none;
color:#333;
/*background:url(http://blog.pr1984.com/attachments/month_0612/g20061212105238.gif) repeat-x left bottom;*/
text-indent:10px;
}

#tab li a:hover {
text-decoration:underline;
color:red;
}
.h_border{
/*height:28px;

border-top:#999999 solid 1px;
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;*/
}
.ssd{ color:#bf0101;}

