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

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

.shadetabs li a{
text-decoration: none;
padding: 6px;
margin-right: 0px;
color: #663300;
background: #999966;
}

.shadetabs li a:visited{
	color: #333333;
	background-color: #999966;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #993300;
	background-color: #999966;
}

.shadetabs li.selected{
	position: relative;
	background-color: #999966;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #999966;
	color: #993300;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px none gray;
width: 650px;
height: 265px;
padding: 12px 0px 0px;
}

.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #663300;
	vertical-align: middle;
	padding: 5px;
}

