.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;	
	list-style-type: none;
	width: 500px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;		
}

.shadetabs li a
{
    font-weight: bold;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 3px 7px 3px 3px;
	margin-bottom: 10px;
	height: 18px;
	margin-right: 3px;	
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url('../images/tabbuttons/shade.gif') top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected{ 
	position: relative;	
}

.shadetabs li a.selected{ 
	background-image: url('../images/tabbuttons/shadeactive.gif');	
}

.shadetabs li a.selected:hover{
	text-decoration: none;
}

.tabcontent{
	display:none;
    margin-left: 40px;
}
