.shadetabs{
font:bold 1.2em Corbel; 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 3px 0 0;
}

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

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

.shadetabs li a:hover{
text-decoration: none; color:#FFF; background:#E77500 url(../images/tableft3.gif) no-repeat left top; display:block;
}

.shadetabs li a:hover span{
background:url(../images/tabright3.gif) no-repeat right top; display:block;
}

.shadetabs li.selected{
 background:#F27B00; 
}

.shadetabs li.selected a{ /*selected main tab style */
color:#FFF; background:#E77500 url(../images/tableft3.gif) no-repeat left top; display:block;
}

.shadetabs li.selected a span{ /*selected main tab style */
background:url(../images/tabright3.gif) no-repeat right top; display:block; 
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
border:1px solid #CCC; border-bottom:0; padding:5px 10px; margin:-1px 0 0 0; background:#FFF;
}

.tabcontentstyle ul {
margin:0 0 0 0; 
padding:0;
}
.tabcontentstyle li {
text-decoration:none; 
list-style-type: none; padding:2px 0 2px 0; margin:0 0 2px 0;
}

.tabcontentstyle_bottom {background:url(../images/tab.gif) no-repeat left bottom; height:6px; margin:0 auto; width:300px;}

.tabcontent{
display:none; 
}

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

/* style */
.tabcontent li a{color:#3366FF; font-weight:bold;}
.tabcontent li a:hover{color:#F27B00;}
