.shadetabs{
padding: 0 ;
margin-left: 0;
margin-top: 30px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
margin: 0;
margin-bottom: 2px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
font: 18px Helvetica, Verdana, Arial, sans-serif;
text-decoration: none;
color: #aaa;
}

.shadetabs li a:visited{
}


.shadetabs li a:hover{
color: #000;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
color: #000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
}

