
.shadetabs{
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;
color: #A6CBEB;
font-size: 10px;
}

.shadetabs li a:visited{
color: #0e85ed;
}

.shadetabs li a:hover{
text-decoration: none;
color: #0e85ed;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #0e85ed;
font-weight: bold;
font-size: 10px;
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
