.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
border: 1px solid;
border-top-color: #e8e8e8;
border-left-color: #e8e8e8;
border-right-color: #e8e8e8;
border-bottom-color: #268CC5;
color: #ffffff;
background: #268CC5; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px

}

.shadetabs li a:visited{


}

.shadetabs li a:hover{
text-decoration: none;
color: #0000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;

}

.shadetabs li a.selected{ /*selected main tab style */
color: #ffffff;
background: #5CA70E;
border-bottom-color: #5CA70E
}

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