
table.subMenuTable{ 
	border-width: 1px;
	border-top-width : 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #ffffff;
	height:80px;
}
	
table.subMenuTable TH {
	border-width: 0px;
	padding: 0px;
	border-color: gray;
	background-color: #ffffff;
	width:500px; 
	font-family:Arial; 
	font-size:9pt; 
	text-align:left; 
	font-weight: bold; 
	color:black; 
	text-decoration:none; 
}
/*	
table.subMenuTable TD {
	padding-bottom: 20px;
	border-right : solid 1px gray;
	background-color: #ffffff;
	width:135px; 
}
*/
.subMenuColumnBorder {
	padding-left:15px;
	border-right : solid 1px #cccccc;
	background-color: #ffffff;
	width:135px; 
}

.subMenuColumnNoBorder 
{
	padding-left:15px;	
	border-right : solid 0px;
	background-color: #ffffff;
	width:135px; 
}

.subMenuLink { 
	line-height:18px; 
	font-family:Arial; 
	font-size:9pt; 
	text-align: left; 
	font-weight: normal; 
	color:#666666; 
	text-decoration:none; 
}
.subMenuLink:hover {
	text-decoration:underline;
}
.subMenuLink:visited {
	color:#666666;
}

.subMenuLinkDisable { 
	line-height:18px; 
	font-family:Arial; 
	font-size:8pt; 
	text-align: left; 
	font-weight: bold; 
	color:#000099; 
	text-decoration:none; 
}

.subMenuBottomLink {
	line-height:18px; 
	font-family:Arial; 
	font-size:9pt; 
	text-align: left; 
	font-weight: normal; 
	color:#666666;
	text-decoration:none; 
}
.subMenuBottomLink:hover {
	text-decoration:underline;
}
.subMenuBottomLink:visited {
	color:#666666;
}

.subMenuBottomLinkDisable {
	line-height:18px; 
	font-family:Arial; 
	font-size:8pt; 
	text-align: left; 
	font-weight: bold; 
	color:#000099; 
	text-decoration:none; 
}



