.box {
	border-bottom: #d3d3d3 0px solid; border-left: #d3d3d3 0px solid;
	border-top: #d3d3d3 0px solid; border-right: #d3d3d3 0px solid;
	margin: 0px; width: 330px; height:232px;}


.tab_menu {
	overflow: hidden; border:solid 0px #ff0000; text-align:left; margin:0px; padding:0px;  border-bottom:solid 1px #bb0000; width:99%; min-height:30px;}
.tab_menu LI {
	text-align:left; text-indent: 26px;
	width: 140px;   height: 39px;
	cursor: pointer;float: left;
	border:solid 0px #00ff00; 
        list-style-type:none;
        margin:0px; padding:0px;  
        font-weight:bold;
        background-image:url(images/rect21.jpg); background-repeat:no-repeat; background-position:2px 50%;}
.tab_menu LI.current {
	color: #c10102; background-image:url(images/rect22.jpg);
    border-bottom:solid 2px #a01010;}
.tab_menu LI A {
	color: #606092;
	text-decoration: none;
	font-size:20px; line-height: 40px;}
.tab_menu LI.current A {
	color: #c10102; font-size:20px;line-height: 40px;}




.tab_box {
	padding:2px; margin:0px;
	border:solid 0px #ff00ff; 
	height:200px;
	overflow:hidden;}
.tab_box ul{
	padding:0px; margin:0px;}
.tab_box LI {
	line-height: 24px;
	list-style-type:none;
	padding:0px; margin:0px;
	text-align:left;
	padding:2px 0 2px 12px;
	font-size:14px;}
.tab_box LI div
{}
.tab_box LI SPAN {
	margin: 0px 5px 0px 0px; color: #666; font-size: 12px;}
.tab_box .hide {
	display: none
;}