
#topNav, 
#topNav ul {
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	font: 14px verdana, sans-serif;
	position:relative;
	z-index:200;

	}
#topNav {
	height:35px; 
	padding:0;
	}

#topNav table {
	border-collapse:collapse;
	}
#topNav li {
	float:left; 
	padding:0 8px 0 8px;

	}
#topNav li li {
	float:none;
	}
/* a hack for IE5.x and IE6 */
#topNav li a li {
	float:left;
	}
#topNav li a {
	display:block;
	float:left;
	color:#FFFFFF;
	height:35px;
	padding-right:11px;
	line-height:35px;
	text-decoration:none;
	white-space:nowrap;
		
	}
#topNav li li a {
	height:35px;
	line-height:35px;
	float:none;	
	}
/*top level hover*/
#topNav li:hover {
	position:relative; 
	z-index:300;
	background:#000;
	}
#topNav a:hover {
	position:relative;
	z-index:300;
	text-decoration:underline;
	color:#ffffff;
	}

#topNav :hover ul {
	left:0; 
	top:35px;
	}
/* another hack for IE5.5 and IE6 */
#topNav a:hover ul {
	left:-10px;
	}

#topNav ul {
	position:absolute;
	background:#000;
	left:-9999px;
	top:-9999px;
	}

/* it could have been this simple if all browsers understood */
/* show next level */
#topNav li:hover li:hover > ul {
	left:-15px; 
	margin-left:100%;
	top:-1px; 
	}
/* keep further levels hidden */
#topNav li:hover > ul ul {
	position:absolute;
	left:-9999px; 
	top:-9999px; 
	width:auto;
	}
/* show path followed */
#topNav li:hover > a {
	text-decoration:underline;
	color:#ffffff;
	}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#topNav a:hover a:hover ul,
#topNav a:hover a:hover a:hover ul,
#topNav a:hover a:hover a:hover a:hover ul,
#topNav a:hover a:hover a:hover a:hover a:hover ul{
	left:100%; top:-1px;
	}
/* keep further levels hidden */
#topNav a:hover ul ul,
#topNav a:hover a:hover ul ul,
#topNav a:hover a:hover a:hover ul ul,
#topNav a:hover a:hover a:hover a:hover ul ul{
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}


