.shadetabs{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #990;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 8px;
	color: #7d672b;
	background-repeat: no-repeat;
	height: 18px;
	background-image: url(../images/tab.png);
	float: left;
	width: 105px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.shadetabs li a:visited{
	color: #000;
}

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

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color:#000;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tab_over.png);
	background-repeat: no-repeat;
	top: 0px;
}

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

.tabcontent{
display:none;
}

