@charset "utf-8";
/* CSS Document */

:focus {
  -moz-outline-style:none;
}


/* tab pane */
div.panes div {
	display:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-top:0px;
	min-height:100px;
	padding:20px 20px;
	font-size:14px;
	background-color:#f5f5f6;	
	
	
}


div.panes Li.contentMAIN{
	margin: 0 0 0 5px;
	padding: 0 3px 10px 15px;
	background-image: url(../images/arrow_bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style:none;
	
	}


/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0px !important;
	padding:0px 15px;
	border-bottom:1px solid #666;
	height:77px;
	position: relative;	
	}

/* 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(../images/blue.png) no-repeat -616px 0px;
	font-size:11px;
	display:block;
	height: 77px;
	line-height:12px;
	width: 96px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding-top:0px;
	margin:0px;
	position:relative;
	top:1px;
	outline:none;
	overflow: hidden;		
	}




ul.tabs a:active {
	outline:none;

		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -616px -83px;	
	color:#fff;	
}

/* 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 {
	background-position: -616px -163px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


