.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: 0px;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	margin-right: 0px;
	color: #2d2b2b;
	background-image: url(orange_tab.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #E4E4E4;
	border-left-color: #9C1821;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(wht_tab.gif);
	border-bottom-color: white;
	background-position: right;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.notabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.notabs li{
display: inline;
margin: 0px;
}

.notabs li a{
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;	
	background-color: white;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.notabs li a:visited{
color: #FFFFFF;
}

.notabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.notabs li.selected{
position: relative;
top: 0px;
}

.notabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-position: right;
}

.notabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
width: auto;
margin-bottom: 1em; padding: 0px;
}

