ul.shadetabs {
    padding-left: 20px;
    padding-top: 17px;
}
.shadetabs {
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: regular 11px Arial;
    color: #aaa;
    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;
    padding: 3px 4px;
    margin-right: 0px;
    border: 1px solid #aaa;
    border-bottom: 0;
    color: #aaa;
    background: white url(/media/ajax.tabs.shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
    color: #aaa;
}
.shadetabs li a:hover {
    color: #666;
    border-color: #666;
}
.shadetabs li.selected {
    position: relative;
    top: 1px;
}
.shadetabs li.selected a { /*selected main tab style */
    background-image: url(/media/ajax.tabs.shadeactive.gif);
    color: #666;
    border-color: #666;
    border-bottom-color: white;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}
.contentstyle {
    border: 0;
    border-top: 1px solid #666;
    margin-bottom: 1em; 
    margin-top: -2px;
    padding: 10px 20px;
}
.noshade {
    border: 0;
}
