ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
	z-index:1000;
	position:absolute;
}
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
ul.tabs a { 
	background: url(../images/tabs.gif) no-repeat top right;
	display:inline;
	float:left;
	_height:34px;
	font-size:1.2em;
	font-weight:bold;
	margin:0 5px 0 10px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
ul.tabs a span {
	margin: 0 10px 0 -10px;
	padding: 8px 13px 5px 23px;
	_padding: 9px 13px 5px 23px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	background:url(../images/tabs.gif) no-repeat top left;
}
ul.tabs a:active {
	outline:none;		
}
ul.tabs a:hover {
	text-decoration:none;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background:url(../images/tabs.gif) no-repeat right -34px;
	color:#555;
}
ul.tabs a.current span, ul.tabs a.current:hover span, ul.tabs li.current a span {
	background:url(../images/tabs.gif) no-repeat left -34px;	
}
/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
