.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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*/
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: #FFF;
	background-color: white;
	background-repeat: repeat;
	background-position: left top;
	height: 21px;
	background-image: url(../images/bg_tab.jpg);
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #680202;
	border-right-color: #680202;
	border-left-color: #680202;
}

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

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

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

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #680202;
	border-right-color: #680202;
	border-left-color: #680202;
	top: 1px;
}

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

.tabcontent{
display:none;
}
