#menuwrapper {
	top: 96px;
	left: 0px;
	width: 400px;
	z-index: 6;
	float: right;
	padding-top: 50px;
	
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


#navMenuBar, #navMenuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: LilyUPC;
	
}

#navMenuBar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 24px;
	color: #425AA5;
	border-bottom:5px solid #999999;
}

#navMenuBar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(../images/menu/whitebox.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#navMenuBar li {
	float: left;
	width: 9em;
}

#navMenuBar li ul, #navMenuBar ul li  {
	width: 12em;
}

#navMenuBar ul li a  {
	color: #acdff4;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#navMenuBar li ul {
	position: absolute;
	display: none;
	background-color: #425AA5;
	border-right: 1px solid #425AA5;
	border-bottom: 1px solid #425AA5;
	background-image: url(../images/menu/blue_gradientcopy.gif);
	z-index:6;
}

#navMenuBar li:hover a, #navMenuBar a:focus,
#navMenuBar a:active, #navMenuBar li.navhvr a {
	color: #425AA5;
	border-bottom:5px solid #425AA5;

}

#navMenuBar li:hover ul, #navMenuBar li.navhvr ul {
	display: block;

}

#navMenuBar li:hover ul a, #navMenuBar li.navhvr ul a {
	color: #425AA5;
	background-color: transparent;
	border-bottom:5px solid #425AA5;
}

#navMenuBar ul a:hover {
	background-color: #FFFFFF!important;
	color: #425AA5!important; 
	
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navMenuBar li {width: auto;}
