
table.subMenuTable{ 
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #fffff0;
	height:80px;}
	
table.subMenuTable TH {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #fffff0;
	width:500px; 
	font-family:Verdana; 
	font-size:8pt; 
	text-align:left; 
	font-weight: bold; 
	color:black; 
	text-decoration:none; 
	white-space:wrap;
}
	
table.subMenuTable TD {
	border-width: 0px;
	padding: 8px;
	border-style: inset;
	border-color: gray;
	background-color: #fffff0;
	width:135px; 
}

.subMenuLink { 
	line-height:25px; 
	font-family:Verdana; 
	font-size:8pt; 
	text-align: left; 
	font-weight: bold; 
	color:#000099; 
	text-decoration:none; 
	white-space:wrap; 
}
.subMenuLink:hover {
	text-decoration:underline;
}

.subMenuLinkDisable { 
	line-height:25px; 
	font-family:Verdana; 
	font-size:8pt; 
	text-align: left; 
	font-weight: bold; 
	color:#000099; 
	text-decoration:none; 
	white-space:wrap; 
}



