.tabContent {
	position: relative;
	margin: 0px;
	clear: both;
	float: left;
	z-index: 5;
	width: 93px;
	height: 60px;
}

#tabCont0, #tabCont1, #tabCont2, #tabCont3, #tabCont4, #tabCont5, #tabCont6, #tabCont7, #tabCont8, #tabCont9 {
	display: none;
}
	
.tabMenuOff {
	font-weight: normal;
	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;
}
.link {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 10px; font-weight: normal; font-style: normal; color: green;  }
a:link {color: red; text-decoration:none; }
a:visited { color:red; text-decoration:none; }
a:hover {color:#AF0000; cursor: pointer; text-decoration : underline;}
a:active {color:#FF0000; text-decoration: none;}
