/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-bottom: 0;
font-family:font-family:"Avenir LT Std 35 Light";
font-size:14px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
overflow:hidden;
height:31px;
}

.shadetabs li{
display: block;
margin: 0;
float:left;
padding:0px;
padding-right:4px;
}

.shadetabs li a{
padding-top:7px;
 padding-bottom:10px;
text-align:center;
 color:#948D80;
 text-decoration: none;
  background:url(../images/tab_bg.jpg) repeat-x 0 0;

 line-height:16px;
 text-transform:none;
 display:inline-block;
 
}
.shadetabs li.first a{width:58px;}
.shadetabs li.sec a{width:72px;}
.shadetabs li.third a{width:58px;}
.shadetabs li.four a{width:120px; padding-right:0px;}
.shadetabs li.four{ padding-right:0px;}
.shadetabs li a:hover{
text-decoration: none;
color: #fff;
text-transform:none;
background:url(../images/tab_active.jpg) repeat-x 0 0;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
text-transform:none;

}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/tab_active.jpg) repeat-x 0 0;
text-transform:none;
color:#FFFFFF;
}


.tabcontent{
/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}


