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

.shadetabs{
padding: 0;
margin: 0;
display: inline;list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
ul{
padding-left: 0px;
margin: 0;

}
.shadetabs li{display: inline; margin: 0; padding: 0px;}

.shadetabs li a{text-decoration: none;position: relative;z-index: 1;  margin: 0; padding:0px;}

.shadetabs li a:visited{ margin: 0; padding:0px;}

.shadetabs li a:hover{ margin: 0; padding:0px;}


.shadetabs li a.selected{ /*selected main tab style */
 margin: 0; padding:0px;}

.shadetabs li a.selected:hover{ /*selected main tab style */
 margin: 0; padding:0px;}

.tabcontent{
display:none;  margin: 0; padding:0px;  margin-top: -2px;}

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


.greentab {
	background-image: url(images/greentab2.gif);
	background-repeat: repeat-y;
}
.greentabtop {
	background-image: url(images/greentab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.greentabbottom {
	background-image: url(images/greentab3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;

}
.pntab {
	background-image: url(images/pntab2.gif);
	background-repeat: repeat-y;
}
.pntabtop {
	background-image: url(images/pntab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pntabbottom {
	background-image: url(images/pntab3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;

}
.tntab {
	background-image: url(images/tntab2.gif);
	background-repeat: repeat-y;
}
.tntabtop {
	background-image: url(images/tntab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tntabbottom {
	background-image: url(images/tntab3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;

}
.adtab {
	background-image: url(images/adtab2.gif);
	background-repeat: repeat-y;
}
.adtabtop {
	background-image: url(images/adtab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.adtabbottom {
	background-image: url(images/adtab3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;

}