.tdnav {
  font-family : arial,comic sans ms,technical;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #FFD142;
}

.navul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border: 1px solid #0099CC; /* IE6 Bug */
	border-bottom: 0;
	}
	
.navulli {
	position: relative;
	}
	
li.navulli ul.navul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 1;
	}

/* Styles for Menu Items */
ul.navul li.navulli a.navlink {
	display: block;
	font-family : arial,comic sans ms,technical;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #FFD142;
	background: #000000; /* IE6 Bug */
	padding: 0px;
	border-bottom: 1px solid #0099CC; /* IE6 Bug */
	}
	
ul.navul li.navulli a.navlink:hover {
	background-color : #30303C;
	text-decoration: none;
	color: #DDDDDD;
        }
	
li.navulli:hover ul.navul, li.navulli.over ul.navul { display: block;} /* The magic */