.shadetabs{
	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: 12px;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin: 0px;
}

.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;

}
.shadetabs li a:visited{
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: none;
}
.shadetabs li a:hover{
	text-decoration: none;
	position: static;
	z-index: 0;
	padding: 4px 10px;
	margin-right: 0px;
	color: #457e90;

	
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/lunch2.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/lunch2.jpg);
	color: #457E90;
	text-decoration: none;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
