/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:50px;
	}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 	
	}

/* link inside the tab. uses a background image */
.tabs a { 
	font-size:11px;
	display:block;
	height: 17px;  
	line-height:30px;
	width: auto;
	text-align:center;	
	text-decoration:underlined;
	color:#ff8400;
	padding:0px;
	margin-right:10px;	
	position:relative;
	top:1px;
	}

.tabs a:active {
	outline:none;	
	text-decoration: none;
	color:#09F;
	}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#000000;	
	text-decoration: none;
	}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {	
	cursor:default !important; 
	color:#0073BB !important;
	}



/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}




<!-- ???? ??????  -->


/* root element for tabs  */
.type { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:50px;
	}

/* single tab */
.type li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 	
	}

/* link inside the tab. uses a background image */
.type a { 
	font-size:11px;
	display:block;
	height: 17px;  
	line-height:30px;
	width: auto;
	text-align:center;	
	text-decoration:underlined;
	color:#ff8400;
	padding:0px;
	margin-right:10px;	
	position:relative;
	top:1px;
	}

.type a:active {
	outline:none;	
	text-decoration: none;
	color:#09F;
	}

/* when mouse enters the tab move the background image */
.type a:hover {
	color:#000000;	
	text-decoration: none;
	}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.type .current, .type .current:hover, .type li.current a {	
	cursor:default !important; 
	color:#000 !important;
	}



/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}