/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
width:670px;
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;
width:130px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
width:130px;
height:32px;
line-height:32px;
text-align:center;
color:#fff;
background:url(../template_images/normal_tab.gif) top left no-repeat;
float:left;

}

.shadetabs li a:visited{
color:#fff;

}

.shadetabs li a:hover{
text-decoration: underline;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
width:130px;
height:32px;
float:left;

background:url(../template_images/active_tab.gif) top left no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
width:663px;
}

@media print {
.tabcontent {
display:block !important;
}
}

