.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
color:#666666;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #E7F5FE;
color: #666666;
background:  white url(../images/tabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover{
color: #006699;
}

.shadetabs li.selected{
position: relative;
bottom: 7px;
background-color: #FF9900;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tabs/shadeactive.gif);
border-bottom-color: white;
color:#FF9900;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #E7F5FE;
width: 94%;
margin-bottom: 1em; padding: 15px;
margin-left: 2%;
}
