.tabs { 
	list-style:none; 
	margin:0px; 
	padding:0px;
	height:25px;
}

.tabs li { 
	float:left;	 
/*	text-indent:0;*/
	padding:0px;
	margin:0px;
	list-style-image:none; 
}

.tabs a { 
	background: url(../images/tab_bg.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 23px;  
	line-height:25px;
	width: 99px;
	text-align:center;	
	text-decoration:none;
	color: #9a9a9a; 
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/*.tabs a:active {
	outline:none;		
}*/

.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0 -23px;		
	cursor:default; 
	color: #9a9a9a; 
	font-weight: bold;		
}

.panes .pane {
	display:none;		
}


