.box {border:none;margin: 0px; padding:0px;}


.tab_menu {
	overflow: hidden; border:solid 0px #ff0000; text-align:left; margin:0px; padding:0px;  border-bottom:solid 1px #b20202; width:99%; min-height:30px;}
.tab_menu LI {
	text-align:left; 
	width: 140px;   min-height: 30px;  text-indent:30px; 
	cursor: pointer;float: left; 
	border:solid 0px #00ff00; 
        list-style-type:none;
        margin:0px; padding:0px;  
        font-weight:bold;
        background-image:url(images/rect241.jpg); background-repeat:no-repeat; background-position:2px 50%;}
.tab_menu LI.current {
	color: #b20202; background-image:url(images/rect24.jpg);
    border-bottom:solid 1px #b20202;}
.tab_menu LI A {
	color: #eba984;
	text-decoration: none;
	font-size:20px; line-height: 51px;}
.tab_menu LI.current A {
	color: #b20202; font-size:20px;}




.tab_box {
	padding:0px; margin:0px;}	
.tab_box .hide {
	display: none
;}