/* CSS Document */
#nav ul {padding:2px; margin:5px; list-style:none;font: 16px 'Trebuchet MS', Helvetica, sans-serif; background: #FFF3B3;; position:relative; z-index:100;}
#nav {
	height:13px;
	padding:0;
	background:#FFF3B3;;
	text-align:left;
	border: none;
	letter-spacing: 1px;list-style:none;
}

#nav table {border-collapse:collapse;}
#nav li {float:left;list-style:none;}
#nav li li {float:none;list-style:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;list-style:none;}

#nav li a {display:block; list-style:none; float:left; color:#000000; height:23px; padding:0 5px 0 5px; margin:10px;font: 14px; font-family: "Comic Sans MS"; text-decoration:none; white-space:nowrap;}
#nav li li a {height:21px; line-height:20px; float:none; list-style:none;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background:#FF9900; color:#000000; }
#nav li:hover > a {background:#FF9900; color:#000000;}

#nav :hover  ul {left:0; top:23px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#990000; color:#FFFFFF;}

#nav li a:hover ul li a:hover {background:#990000;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	background-image:  url(../Glebelive/Photos/cors.jpg);
}
