body {
	behaviour: url("css/csshover3.htc");
	/*thanks to peterned.com for the :hover workaround*/
}

#menu-microsite {
	position:relative;
	float:right;
	margin-right: -130px !important;
	margin-right: 0\9 !important;
}

#menu {
	position:relative;
	float:right;
}

#menu ul{
	z-index:3000;
	padding-left:160px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none;
	line-height:24px;
	color:white;
	text-decoration:none;
}

#nav li.parent{
	margin-left:1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#nav li.parent:hover{
	background-color:#005910;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
}

#nav a {
	display: block;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
}

#nav li { /* all list items */
	float: left;
	background-color: #055ea1;
	color:white;
}

#nav li a{
	color:white;
	text-decoration:none;	
}

#nav ul li a:hover{
	background-color:#005910;	
}

#nav li ul li{
	width: 100%;  /*width needed for Opera */	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #055ea1;
	width:13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color:white;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 100%;
	width: 105%;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}

#content {
	clear: left;
	color: #ccc;
}
.listtitle, .child {
	font-size:0.8em;
	font-weight: bold;
	}
 .child .child{
	 	font-size:0.9em;
	 }	
	