.shadetabs{
font:bold 1.2em arial; height:24px;
list-style-type: none; text-transform:capitalize;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left; margin:0 2px 0 0; background:#EC008C; color:#FFF; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.shadetabs li a{
text-decoration: none; padding:0 0 0 10px; display:block; color:#FFF; line-height:24px; 
}
.shadetabs li a span{
padding:0 10px 0 0; line-height:24px;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: none; display:block; background:#085FBF; color:#FFF; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.shadetabs li a:hover span{

}

.shadetabs li.selected{
 background:#444; color:#FFF; background:#085FBF url(../images/tableft3.giff) no-repeat left top; display:block; 
}

.shadetabs li.selected a{ /*selected main tab style */
color:#FFF; background:#085FBF url(../images/tableft3.giff) no-repeat left top; display:block; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.shadetabs li.selected a span{ /*selected main tab style */
background:#085FBF url(../images/tabright3.giff) no-repeat right top; display:block; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

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

.shadetabs li.selected a:hover span{ /*selected main tab style */
text-decoration: none; background:#085FBF;
}

.tabcontentstyle{ /*style of tab content oontainer*/
padding:0 10px 5px 10px; margin:-1px 0 0 0; background:#EDF6FF; color:#444; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-topright: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border:1px solid #085FBF;
}

.tabcontentstyle ul {
margin:0 0 0 0; 
padding:0 0 0 0;
}
.tabcontentstyle li {
text-decoration:none; 
list-style-type: none; padding:4px 0 4px 0; margin:0 0 0 0;border-bottom:1px solid #CDD9E5; border-top:1px solid #FFF;
}
.tabcontentstyle li:hover {}
.tabcontent{display:none; padding:5px 0 0 0;}
.tabcontent a{text-decoration:none;}

@media print {
.tabcontent {
display:block!important;
}
}

/* style */
.tabcontent li a{color:#000; font-weight:normal; }
.tabcontent li a:hover{text-decoration:none; color:#3366FF;}
