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


.switchmenu{
	padding: 0;
	margin: 0;
	font-size: 12px;
	width: 352px;
	height: 30px;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	float: left;
}

.switchmenu ul {
	margin: 0;
	padding: 0;
}

.switchmenu li{
	display: inline;
	margin: 0;
}

.switchmenu li a {
	position: relative;
	padding: 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	border: 0;
	color: #fff;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.switchmenu li a:visited{
	position: relative;
	padding: 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	border: 0;
	color: #fff;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.switchmenu li a:hover{
	position: relative;
	padding: 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	border: 0;
	color: #fff;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	background-image: url('../../gfx/switch_menu_bg_hover.png');
}

.switchmenu li a.selected{ /*selected main tab style */
	position: relative;
	padding: 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	border: 0;
	color: #fff;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	background-image: url('../../gfx/switch_menu_bg_hover.png');
}

.switchmenu li a.selected:hover{ /*selected main tab style */
	position: relative;
	padding: 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	border: 0;
	color: #1a8ff6;
	float: left;
	width: auto;
	line-height: 30px;
	font-weight: normal;
	background-image: url('../../gfx/switch_menu_bg_hover.png');
}

.tabcontent{
	display:none;
}

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