ul#maintab {margin:2em 0 0; padding:0;}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	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*/
	text-transform: uppercase;
	font-size: 93.75%;
}

.shadetabs li {display: inline;margin: 0;}

.shadetabs li a {
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 5px;
	color: #444;
	/*background: white url(../design/shade.gif) repeat-x left top;*/
	border-top: 1px solid #e1e6f2;
	border-right: 1px solid #e1e6f2;
	border-left: 1px solid #e1e6f2;
	border-bottom: none;
	background: #e1e6f2;
	line-height:22px;
}

.shadetabs li a:visited {color: #2d2b2b;}

.shadetabs li a:hover {text-decoration: none;color: #fff;background: #9ba9c5;}

.shadetabs li.selected {position: relative;top: 1px;}

.shadetabs li.selected a { /*selected main tab style */
	/*background-image: url(../design/shadeactive.gif);*/
	border-bottom-color: white;
	border-top: 1px solid #9ba9c5;
	border-right: 1px solid #9ba9c5;
	border-left: 1px solid #9ba9c5;
	background: #FFFFFF;
	color: #444;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background: #FFFFFF;
	color: #444;
	}

.contentstyle{
	border: 1px solid #9ba9c5;
	width: auto;
	margin-bottom: 1em;
	padding: 10px 10px 0px;
	background: #FFFFFF;
}
