.shadetabs{
padding: 3px 0;
margin-left:0px;
margin-top:0px;
margin-bottom:7px;
font-family: verdana;
font-weight: none;
font-size: 11px;
text-decoration: none;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 800px;
}

.shadetabs li{
display: inline;
margin:0px;
}

.righttab li{
background: white url(../../images/tabs_off_right.png) top left repeat-x;
}


.shadetabs li a{
text-decoration: none;
padding: 10px 30px 10px 30px;
margin-right: 0px;
border: 0px solid #e2e2e2;
color: #dfdddd;
background: white url(../../images/tabs_off_left.png) top left repeat-x;
border-bottom: 1px solid #e2e2e2;
}

.shadetabs li a:visited{
text-decoration: none;
color: #dfdddd;
}

.shadetabs li a:hover{
text-decoration: none;
color: #7f7f7f;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #7f7f7f;
text-decoration: none;
background: white url(../../images/tabs_selected_left.png) top left repeat-x;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #e2e2e2;
width: 800px;
margin-bottom: 1em; padding: 0px;
}