/* horizontal tabbed menu */	
.shadetabs { font: 11px tahoma,verdana, sans-serif; color: #000;  height:28px; text-align: center; padding: 0px 0px 0px 0px;}
.shadetabs li { display: inline; height: 28px; }
.shadetabs li a { float: left; background:   url("shade.gif") no-repeat top; color: #000000; padding: 7px 0px 0px 0px; height:28px; width: 70px; text-align: center;  font-weight: bold; text-decoration: none; }
.shadetabs li a:hover { color: #990000; height:28px; }	
.shadetabs li a.selected{ float: left; background:url("shadeactive.gif") no-repeat top; border-bottom-color: white;}
.shadetabs li a.selected:hover{ /*selected main tab style */ text-decoration: none;}

#shade_line{ background: url("shade_line.gif")  repeat-x;}

.tabcontent{
display:none;
}

#cate_news{ background: url(../index_files/cate_news.gif) no-repeat left; color: #000; height: 16px; width:75px; padding: 5px 0px 0px 0px;}

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

