#navlist, 
#navlist ul {
	padding: 0;
	margin:0;
	list-style:none;
	background:#fff;
	position:relative;
	z-index:200;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
}
#navlist {
	height:25px;
	width:940px;
	padding:0;
}

#navlist table {border-collapse:collapse;}
#navlist li {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#navlist li li {float:none; font: 12px "Trebuchet MS", verdana, sans-serif;}
/* a hack for IE5.x and IE6 */
#navlist li a li {float:left;}

#navlist li a {
	display:block;
	float:left;
	color: #0099FF;
	height:25px;
	padding-right:3px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
}
#navlist li li a {
	height:22px;
	line-height:22px;
	float:none;
}

#navlist li:hover {position:relative; z-index:300; background:#fff;}
#navlist a:hover {
	position:relative;
	z-index:300;
	text-decoration:none;
	color:#003399;
}

#navlist :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#navlist a:hover ul {left:-10px;}

#navlist ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#navlist li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#navlist li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#navlist li:hover > a {
	text-decoration:none;
	color:#003399;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#navlist a:hover a:hover ul,
#navlist a:hover a:hover a:hover ul,
#navlist a:hover a:hover a:hover a:hover ul,
#navlist a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#navlist a:hover ul ul,
#navlist a:hover a:hover ul ul,
#navlist a:hover a:hover a:hover ul ul,
#navlist a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
