.shadetabs{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/naml_16.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: static;
	z-index: 0;
	padding: 4px 10px;
	margin-right: 0px;
	color: #8d8d8d;
	background-image: url(../images/naml_16.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
	color: #8d8d8d;
	background-image: url(../images/naml_16.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #8d8d8d;
	background-image: url(../images/naml_14.jpg);
	background-repeat: repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/naml_14.jpg);
	color: #8d8d8d;
	text-decoration: none;
	background-repeat: repeat-x;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

