/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{

padding:0;

margin-left: 0;

margin-top: 1px;

margin-bottom: 0;

font: bold 11px Arial;

list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/

}



.shadetabs {

display: inline;

margin: 0;

}



.shadetabs a{

text-decoration: none;

position: relative;

z-index: 1;

padding: 3px 3px 0 3px;

border: 1px solid #DBDFB3;

border-right:none;

border-bottom:none;

color: #2d2b2b;

background:url(../images/conleft_abg.gif);

display:block; float:left;

width:116px; text-align:center; height:30px;

}



.shadetabs a:visited{

color: #2d2b2b;

}



.shadetabs a:hover{

text-decoration: underline;

color: #2d2b2b;

}



.shadetabs a.selected{ /*selected main tab style */

position: relative;

/*top: 1px;

*/background:#FAFAE0;

}



.shadetabs a.selected{ /*selected main tab style */

border-bottom-color: white;

}



.shadetabs a.selected:hover{ /*selected main tab style */

text-decoration: none;

}



.tabcontent{

display:none;

}



@media print {

.tabcontent {

display:block !important;

}

}








