/* root element for tabs  */
ul.tabs { 
	background:url(http://images.pelicanwater.com/images/tabLine.gif) repeat-x bottom;
	margin:0 !important;
	list-style:none; 
	padding:0;
	height:36px;
}

/* single tab */
ul.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 */
ul.tabs a { 
	background: url(http://sfile.f-static.com/image/users/32447/ftp/my_files/tabimages2.gif?id=11066085) no-repeat 0 0;
	font-size:13px;
	font-family: arial;
	font-weight: bold;
	display:block;
	height: 36px;  
	line-height:36px;
	text-align:center;	
	text-decoration:none;
	padding: 0px;
	color:#2d2d2d;
	margin:0px;	
}

ul.tabs a:active { outline:none;	 }

/* when mouse enters the tab move the background image */
ul.tabs a:hover { color:#3e3e3e;	}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { color:#3e3e3e; }

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 		 { background-position: 0 0; width:157px; }
ul.tabs a.w1:hover 	 { background-position: 0 -36px; }
ul.tabs a.w1.current { background-position: 0 -36px; }

/* width 2 */
ul.tabs a.w2 		 { background-position: -183px 0; width:123px; }
ul.tabs a.w2:hover 	 { background-position: -183px -36px; }
ul.tabs a.w2.current { background-position: -183px -36px; }


/* width 3 */
ul.tabs a.w3 		 { background-position: -306px 0; width:88px; }
ul.tabs a.w3:hover 	 { background-position: -306px -36px; }
ul.tabs a.w3.current { background-position: -306px -36px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
