table#navMenu { width: 800px; }
table#navMenu tr td { vertical-align: top; width: 12.5%; }

/* 1st level vertical table */
table#navMenu tr td table {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	width: 150px;
	background-color: #cccccc;
}

/* 2nd level vertical table */
table#navMenu tr td table tr td table {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 110;
	left: 128px;
	width: 150px;
	background-color: #bbbbbb;
}


/* 3rd level vertical table */
table#navMenu tr td table tr td table tr td table {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 120;
	left: 128px;
	width: 150px;
	background-color: #cccccc;
}

/* 4th level vertical table */
table#navMenu tr td table tr td table tr td table tr td table {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 130;
	left: 128px;
	width: 150px;
	background-color: #cccccc;
}

.menuchoice {
	border-bottom: 1px solid #ffffff;
}

.menuchoice a, .menuchoice a:visited, .menuchoice a:active, .menuchoice a:hover {
	display: block;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.menuchoice a:hover {
	color: #ffffff;
	background-color: #ff7700;
}


