.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: #000;
	background-repeat: no-repeat;
	height: 26px;
	background-image: url(../images/tab_over.png);
	float: left;
	width: 142px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.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.png);
	background-repeat: no-repeat;
	top: 0px;
}

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

.tabcontent{
display:none;
}
