/* ######### CSS for Shade Tabs. Remove if not using ######### */.shadetabs{	padding: 3px 0;	margin-left: 0;	margin-top: 1px;	margin-bottom: 0;	list-style-type: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #EEEEEE;}.shadetabs li{display: inline;margin: 0;}.shadetabs li a{	text-decoration: none;	position: relative;	z-index: 1;	padding: 3px 7px;	margin-right: 3px;	color: #EEEEEE;	background-color: #ff5454;}.shadetabs li a:visited{}.shadetabs li a:hover{background-color: #ff5454;}.shadetabs li a.selected{ /*selected main tab style */	position: relative;	top: 1px;	background-color: #ff5454;	border-top-width: 2px;	border-right-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-left-style: solid;	border-top-color: #660000;	border-right-color: #660000;	border-left-color: #660000;}.shadetabs li a.selected{ /*selected main tab style */}.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}
