TABLE TD.menuCell {

	vertical-align: top;
	background-color: #FFE6CC;
}

TABLE.menuTheme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
TABLE.menuTheme TH {
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}
TABLE.menuTheme TD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
}
TABLE.menuTheme A:link {
	text-decoration: none;
	padding-left: 10px;
}
TABLE.menuTheme A:visited {
	text-decoration: none;
	padding-left: 10px;
}
TABLE.menuTheme A:hover {
	text-decoration: none;
	display: list-item;
	background-color: #FFFF99;
	color: #0000CC;
}
