#tabs 
{ 
	width:500px; 
}
#tabs #tab-menu 
{ 
	position:relative;
	top:2px;
	list-style-type:none;
	font: 13px Verdana; 
	margin:0;
	padding:0; 
	padding-top:184px;
	margin-left:3px;
}
#tabs #tab-menu li 
{ 
	float:left; 
	margin-left:1px; 
	margin-right:0px; 
	position:relative;
}


#tabs #tab-menu li a
{ 
	background-image:url("../images/tab_off.gif");
	background-repeat: repeat-x;
	display:block;
	margin:0 1px 0 0;
	text-align:center; 
	text-decoration:none; 
	width:148px;
	padding:8px 0;
	color:#999999;
}  

#tabs #tab-menu li a.over:hover 
{ 
	background-image:url("../images/tab_on.gif");
	background-repeat: repeat-x;
	color:#000;
	font-weight:bold;
	padding:8px 0;
	border:0;
}  

#tabs #tab-menu li a.active 
{ 
	background-image:url("../images/tab_on.gif");
	background-repeat: repeat-x;
	color:#000;
	font-weight:bold;
	padding:9px 0;
}  
#tabs #tab-menu li a.active:hover
{ 
	border:0;
}  

#tabcontent {
	background:#F1F0EE;
	border:1px solid #B7B7B7;
	padding:10px;
	overflow:hidden;
	clear:both;
	margin:0 0 0 1px;
	border-bottom:3px solid #e8880b;
}



#txttab1,
#txttab2,
#txttab3,
#txttab4,
#txttab5,
#txttab6 {
	display:none;
}