.tabsbox {
	width: 250px;
	height: 340px;
	background: no-repeat url("../images/bg_tabsbox.jpg") bottom left;
	position: relative;
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 16px;
}


/* root element for tabs  */
ul.tabs { 
	position: absolute;
	top: -34px;
	left: 0px;
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	width: 250px;
	height:34px;
	background: url(../images/bg_tabs.jpg) no-repeat 0px 0px;
	overflow: hidden;
}

/* 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:link { 
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: url(../images/bg_tabs.jpg) no-repeat 0px 1000px;
	 font-size: 18px; font-weight: bold;
	height: 34px;  
	line-height:34px;
	width: 125px;
	text-align:center;	
	text-decoration:none;
	color: #da9535;
	padding:0px;
	margin:0px;	
	position:relative;
}

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

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: none;	
	color:#da9535;	
	text-decoration: none;
}


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs a.t1 			{ font-size: 16px; font-weight: normal; color: #01334c; background-position: 0px -34px; text-shadow: #ebeae7 1px 1px 0px;	 }
ul.tabs a.t1:hover 		{ }
ul.tabs a.t1.current  	{ font-size: 16px; font-weight: normal; color: #da9535; background-position: 0px -1000px; text-shadow: #f6f6f4 1px 1px 0px;	 }

/* width 2 */
ul.tabs a.t2 			{ font-size: 16px; font-weight: normal; color: #01334c; background-position: -123px -400px; text-shadow: #ebeae7 1px 1px 0px;}
ul.tabs a.t2:hover 		{ }
ul.tabs a.t2.current  	{ font-size: 16px; font-weight: normal; color: #da9535; background-position: -125px -34px; text-shadow: #f6f6f4 1px 1px 0px; }



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}

/* override single pane */ 
div.panes div { 
    float:left; 
    display:block;
    width: 200px;
    padding: 20px 30px 20px 20px;
    font-size:11px; 
    text-shadow: #fff 1px 1px 0px;
    min-height: 220px;
} 
div.panes div p {
	padding: 0px;
	margin: 0px;
}
