.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 
position: relative;
height:24px;
width:665px
}
.ie6 .shadetabs{
padding: 0;
top: -6px;
}
.shadetabs li{
display: block;
position:absolute;
line-height:30px;
height:30px;
background:url(../images/bg_tab_off.gif);
background-position:center;
background-repeat:no-repeat;
text-align:center;
width:145px;
padding: 0;
}
.ie6 .shadetabs li{
position: absolute;
margin: 0px;
}
.shadetabs li a{
text-decoration: none;
color: #9BA570;
line-height:30px;

}

.shadetabs li a:visited{
color: #9BA570;
}

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

.shadetabs li.selected{
position: relative;
top: -3px !important;
background-image: url(../images/bg_tab_on.gif);
}
.ie6 .shadetabs li.selected{
padding: 0;
margin: 0;
position: absolute;
margin-top: 3px;
}
.shadetabs li.selected a{ 
border-bottom-color: white;
color: White;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.ie6 .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: White;
}
.shadetabs li#tab1{ top:0px; left:0px; }
.shadetabs li#tab2{ top:0px; left:145px;}
.shadetabs li#tab3{ top:0px; left:290px;}
.shadetabs li#tab4{ top:0px; left:435px;}

.contentstyle{
border-top:1px solid #9FBB18;
margin-bottom: 1em; padding: 10px;
text-align:left;
overflow:hidden;
min-height:200px
}

.schedatab { /*selected main tab style */
width: 145px;
height: 30px;
}