.shadetabs {	font: bold 10px Verdana;	list-style-type: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	width: 556px;	height: 24px;	padding: 0px 0px 0px 0px;	margin: 0px 5px 0px 5px;	/*overflow: hidden;*/	position: relative;	left: auto;	top: 5px;}.shadetabs li {	display: inline;}.shadetabs li span {	float: left;	width: 110px}.shadetabs li a {	text-decoration: none;	z-index: 1;	color: white !important;	height:23px;	height: 100%;	line-height: 22px;	padding: 0px 7px 0px 7px;	display: block;	text-align: center;	overflow: hidden;	background: #f0f0f0 url(../img/boxleft_bg_inv2.gif);	border: 1px solid #dadada;	margin: 0px 2px 0px 0px;}.shadetabs li a:hover {	color: white;	background: #abacad;    border-bottom: 1px solid #abacad;}.shadetabs li a.selected { /*selected main tab style */	color: #eb3836;	background: url(../img/vvv.png);    border-bottom: 1px solid #eb3836;}.shadetabs li a.selected:hover { /*selected main tab style */	text-decoration: none;	color: #ffffff;}.tabcontent {	display:none;	padding: 10px 10px 10px 10px;	border: 1px solid #dadada;	margin: 4px 5px 12px 5px;	background: white;} @media print {.tabcontent {	display:block !important;}}