.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 34px;
	background-image: url(../img/box_nav/bg_shadetabs.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 1px;
	padding-top: 10px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	height: 34px;
	width: 94px;
	background-image: url(../img/bg_tab_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: center;
}

.shadetabs li a{
	text-decoration: none;
	color: #2d2b2b;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.shadetabs li a.tcontent1, .shadetabs li.selected a.tcontent1 { width: 50px; }
.shadetabs li a.tcontent2, .shadetabs li.selected a.tcontent2 { width: 72px; }
.shadetabs li a.tcontent3, .shadetabs li.selected a.tcontent3 { width: 63px; }
.shadetabs li a.tcontent4, .shadetabs li.selected a.tcontent4 { width: 56px; }
.shadetabs li a.tcontent5, .shadetabs li.selected a.tcontent5 { width: 64px; }

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	background-image: url(../img/bg_tab_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 94px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	height: 15px;
	width: 94px;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	overflow: hidden;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	
}

.tabcontent{
display:none;
}