.shadetabs{
background-color: #003366;
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 13px Verdana;
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 6px;
margin-right: 0px;
border: 1px solid #d7d7d7;
color: #ff6600;
background: #e0e0e0;
background: white url(ajax/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ff6600;  
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;       
background-color: #e0e0e0;
background: white url(ajax/shadehover.gif) top left repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color: white;
background: white url(ajax/shadeactive.gif) top left repeat-x;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
padding: 8px;
width: 320px;
height: 140px;
}


