.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.2; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #ddddd0;
	bottom: -1px;

}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.2; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #ddddd0;
	border-right: none;
}
.ui-tabs-nav  a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.2; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .4em 0.4em;
	color: #000000;
	background: #e69b00 url(images/e69b00_40x100_textures_02_glass_50.png) 0 50% repeat-x;
}
.ui-tabs-nav  a:hover {
	background: #e68d00 url(images/e68d00_40x100_textures_02_glass_60.png) 0 50% repeat-x;
	color: #333333;
}
.ui-tabs-selected {
	border-bottom-color: #e9e8e2;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #e9e8e2 url(images/e9e8e2_40x100_textures_04_highlight_hard_65.png) 0 50% repeat-x;
	color: #3b392b;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.2; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #ddddd0;
	background: #e9e8e2 url(images/e9e8e2_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #3b392b;
	padding: 1.0em 1.0em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
