.shadetabs{
	padding: 1px 0;
	margin-left: 15px;
	margin-top: 1px;
	margin-bottom: 2px;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: small /* 12pt text */;
	font: bold;
	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;
	margin-right: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #000080;
	border-bottom-width: 0px;
	color: #2d2b2b;
	background: white url('../images/shade.gif') repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.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('../images/shadeactive.gif');
	border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
.contentstyle{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000080;
	width: 100%;
	margin-bottom: 1em;
}

#tabcontentarea{
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
	/* width: 746px; */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
}
