/* ######### CSS for Shade Tabs. Remove if not using ######### */
#cont ul.shadetabs li {
	margin-left:0px;
	list-style: none outside;
}
#cont ul.shadetabs {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
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;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	top: 1px;
	width:162px;
	display:block;
	float:left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../img/tab_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #2669b8;
}

.shadetabs li a:visited{
top: 1px;
}

.shadetabs li a:hover{
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #9c9d9d;
}

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

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tab_box {
	padding-top:20px;
}

.tabcontent{
display:none;
}

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