div.wrap {
		width: 610px;
		margin-bottom: 15px;
	}
	
	.wrap .pane  {	
		padding:0;
		width: 610px;
		clear: both;
		display:none;
	}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:22px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 5px 0 0 !important;
	list-style-image:none !important; 
	display: inline;
	width: auto;
}
* html ul.tabs li { width: 100px; }

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	height: 22px;  
	line-height:22px;
	width: auto;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	background-color: #000;
	padding:0 7px;
	margin:0px;	
	position:relative;
	text-transform: uppercase;
	top:0px;
	font-family: Arial, Helvetica, "trebuchet ms", "lucida grande", tahoma, verdana, sans-serif;
	font-weight: bold;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color: #000;
	background-color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {		
	cursor:default !important; 
	color:#000 !important;
	background-color: #fff;
	font-weight: bold;
}