body {

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
}


.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
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: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}
*/

.shadetabs li a{
text-decoration: none;
padding: 3px 17px;
margin-right: 3px;

color: #ffffff;
background: #333333;

}
.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background:#FFFFFF;
background-image: url(shadeactive.gi);
border-left: 1px solid #D4D4D4;
border-right: 1px solid #D4D4D4;
border-top: 1px solid #D4D4D4;
padding: 4px 17px;

color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{/*insert height and width */
border: 1px solid #D4D4D4;
height:180px;

padding-left: 10px;
padding-top: 0px;
background:#FFFFFF;
}

html {
scrollbar-base-color: #cccccc;
scrollbar-arrow-color: white;
scrollbar-track-color: #cccccc;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: #666666;
}