.shadetabs{
width: 95%;
padding: 5px 0px 0px 5px; /* top right bottom left*/
margin-left: 5;
margin-top: 1px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
line-height: 21px;
}

.shadetabs li{
display: inline;
margin: 0;
text-decoration: none;
padding: 2px 10px 3px 10px; /* top right bottom left */
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
border-bottom-color: white;
cursor: hand;
cursor: pointer;
}

.shadetabs li.selected{
position: relative;
top: 1px;
background-image: url(shadeactive.gif);
}

.shadetabs li.inactive{
cursor: default;
color: #DDDDDD;
}

.shadetabs li a{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.contentstyle{
border: 1px solid gray;
width: 95%;
margin-left: 10;
margin-bottom: 10;
padding: 10px 0px 0px 10px; /* top right bottom left */
}

.tabicon {
padding: 0px 0px 0px 0px; /* top right bottom left */
border: 0px;
}
