.shadetabs{
padding: 3px 30px;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:16px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: underline;
padding: 3px 12px;
margin-right: 3px;
border: 1px solid #003366;
color: #000;
background: #ffffee url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background-color: #F3F3F3;
}

.shadetabs li.selected{
text-decoration: none;
font-weight:bold;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
	text-decoration: none;
	background-color:white;
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.contentstyle{
border-top: 1px solid #003366;
width: 100%;
margin-bottom: 1px; 
}
