/* *********************************************************************  Toggle Tab Menus script - © 2004 Mircea Baldean (www.baldean.com). **  Visit Baldean.com at http://www.baldean.com/ for full source code. **  Version 1.1, release 09/01/2004. This note must remain intact.     ********************************************************************* */.tabContent {	position: relative;	margin: 0px;	clear: both;	float: left;	z-index: 10;	width: 93px;	height: 1977px;}#tabCont0, #tabCont1, #tabCont2, #tabCont3, #tabCont4, #tabCont5, #tabCont6, #tabCont7, #tabCont8, #tabCont9 {	display: none;}	.tabMenuOff {	font-weight: bold;	text-decoration: underline; 	text-align: center;	letter-spacing: 0px;	cursor: pointer;}.tabMenuOn {	font-weight: bold;	text-decoration: none;	text-align: center;	letter-spacing: 0px;	cursor: default;}#tabMenu0, #tabMenu1, #tabMenu2, #tabMenu3, #tabMenu4, #tabMenu5, #tabMenu6, #tabMenu7, #tabMenu8, #tabMenu9 {	float: left;	font-style: normal;	padding-top: 3px;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 0px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: none;	border-left-style: solid;	z-index: 1100;	bottom: -1px;	position: relative;	}#tabOffset {	float: left;}.menutable { border-bottom: 1px solid #003366; }