/* Basic code - don't modify */
#mnu_nav {
	float: left;
	margin: 0;
	position: relative;
	text-align: left;
	padding-top: 1px;
	z-index: 50;
	font: Tahoma;
	padding-left: 80px;
}

#mnu_nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#mnu_nav a {
	display: block;
}

#mnu_nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

* html #mnu_nav ul {
	line-height: 0;
}  /* IE6 "fix" */
#mnu_nav ul a {
	zoom: 1;
}  /* IE6/7 fix */
#mnu_nav ul li {
	float: left;
	width: 100%;
	padding-bottom: 1px;
}

#mnu_nav ul ul {
	top: 0;
}

/* Essentials - configure this */
#mnu_nav ul {
	width: 200px;
}

#mnu_nav ul ul {
	left: 131px;
}

/* Everything else is theming */
#mnu_nav {
	background-color: #none;
	height: 24px;
	padding-top:5px;
}

#mnu_nav * :hover {
	background-color: none;
}

#mnu_nav a {
	border-right: 0px solid white;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
	text-decoration: none;
}

#mnu_nav li.hover a {
	background-color: #none;
}

#mnu_nav ul {
	top: 25px;
}

#mnu_nav ul li a {
	-moz-opacity: 0.70;
	opacity: 0.70;
	background-color: #0B77D5;
}

#mnu_nav ul li.hover a {
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-color: #5AA5E3;
}

#mnu_nav ul a {
	border-bottom: 0px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
/* #mnu_nav ul a { border-bottom: none; } - I also needed this for IE6/7 */