#ajaxTabs {
	background-image: url(../images/item_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 34px;
	margin: 0px;
	width: 100%;
}

.shadetabs  {
	left:0px;
	bottom:0px;
	margin:0px;
	list-style-type:none;
	display: inline;
}
.shadetabs  li {
	display: inline;
}
.shadetabs li a{
	text-align:center;
	position:relative;
	background-image: url(../images/item_tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	width: 82px;
	float: left;
}
.shadetabs li.selected a{
	text-align:center;
	position:relative;
	background-image: url(../images/item_tab_sel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	width: 82px;
	float: left;
	font-weight: bold;
	/*color:#FFFFFF;
	filter: Glow(Color=#59805F, Strength=3); */
}
.contentstyle{
	width: auto;
}
