.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font:11px arial;
	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{
	HEIGHT:1PX;
	text-decoration: none;
	padding: 2px 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #B9B9B9;
	background: url(shade.gif) top left repeat-x;
	position: relative;
	top: 1px;
}

.shadetabs li a:link{
	color:#666666;
}

.shadetabs li a:visited{
	color:#666666;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color:#666666;
}

.shadetabs li a:active{
	color:#2d2b2b;
}

.shadetabs li.selected{
	font:bold 11px arial;
}

/*selected main tab style */
.shadetabs li.selected a{ 
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	border-top-color: #D33847;
}

/*selected main tab style */
.shadetabs li.selected a:hover{ 
	text-decoration: none;
}

.contentstyle{
	font:11px arial;
	border: 1px solid #B9B9B9;
	width: 100%;
	margin-bottom: 1em; 
	padding: 10px;
}

#load {
	background-color:#CC4444;
	color:white;
	font:bold 12px arial;
}