.shadetabs{
	border-bottom: 1px solid gray;
	width: 100%; /* width of menu. Uncomment to change to a specific width */
	margin-bottom: 1em;
	
}
.shadetabs ul{
padding: 2px 0px 2px 0px;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 0px;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid gray;
}

.shadetabs li{
display: inline;
margin: 0px 0px 0px 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 2px 3px 2px;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(mp_images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 2px;
margin-bottom:0px;
z-index:1;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(mp_images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
