.shadetabs{
	font: bold 11px Verdana;
	color: #000000;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0px 0px 0 0;
	padding: 0px;
}

.shadetabs ul{
width: 500px;
text-indent: 10px;
margin: 0;
background-color: #ffffff;
border: 1px solid gray;
text-align: left; /*set value to "center" for example to center items*/
}

.shadetabs ul li{
display: inline;
}

.shadetabs ul li a{
color: #494949;
padding-right: 20px;
width:137px; 
height:15px;
margin: 0;
text-decoration: none;
background: transparent url(../images/blackslant_15x15_bonw.gif) top right no-repeat;
}

.shadetabs ul li a:visited{
color: #494949;
}

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

.shadetabs ul li.selected{
position: relative;
top: 0px;
}

.shadetabs ul li.selected a{ /*selected main tab style */
background-color: #FFFFFF;
background-image: url(../images/blackslant_15x15_bonw.gif);
border-bottom-color: white;
}

.shadetabs ul li.selected a:hover{ /*selected main tab style */
color: black;
}

.contentstyle{
background-color: #FFFFFF;
border: 1px solid gray;
width: 500px;
 padding: 0px;
}

.shadetabs:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

