
ul.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 700 8pt arial;
	color: black;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	
}

ul.shadetabs li, .shadetabs li.selected {
	display: inline;
	margin: 0;
	position:relative;
	top:2px;
	padding-left:0px;
	background: none;
}

.shadetabs li img, .shadetabs li.selected img {
	position:relative;
	top:8px;
	z-index:1;
}

.shadetabs li a, .shadetabs li.selected a
{
	text-decoration: none;
	padding: 3px 4px;
	border: 0px solid #778;
	color: #2d2b2b;
	font-weight:700;
	background-image: url(../images/tableTileOff.gif);
	background-repeat:repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

ul.shadetabs li.selected {
	top:0px;
}


ul.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/tableTileOn.gif);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle
{
	position:relative;
	border: 1px solid #999999;
	background-color:White;
	width: 540px;
	margin-bottom: 1em; 
	z-index:20;
} html>body .contentstyle {	width:540px; }


