.ui-tabs-nav {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 100%;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #cac8c8;
	border-right: none;
}
.ui-tabs-nav li a {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #000000;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_05_inset_soft_75.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover, .ui-tabs-nav li a:focus, .ui-tabs-nav li a:active {
	background: #9DD2E1 url(images/9DD2E1_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected {
/*border-bottom-color: #cac8c8;*/
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover,
.ui-tabs-nav li.ui-tabs-selected a:focus, .ui-tabs-nav li.ui-tabs-selected a:active {
	background: #306F80 url(images/306F80_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #fff;
}
.ui-tabs-panel {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border-top: 1px solid #cac8c8;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	padding: 15px 0 0 0;	
	font-size: 100%;
	min-width: 0;
}
* html .ui-tabs-panel {
	display: inline-block;
}
.ui-tabs-hide {
	position:absolute;
	left:-10000px;
}
