.shadetabs{
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
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;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #A8D5FF;
	color: #585858;
	background-color: #E7EBF6;
	background-image: url(img/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

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

.shadetabs li a:hover{
color: #FF0000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: #FFFFFF;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #A8D5FF;
	width: 420px;
	margin-bottom: 1em;
	padding: 2px;
	background-color: #FFFFFF;
}

.tabcontent{
	display:none;
	background-color: #FFFFFF;
}
