#nav {
padding:0 0 0px 0; margin:0; list-style:none; 
position:relative; z-index:200;
width:990px;
} 
#nav ul {padding:0px 0px 10px 0px; margin:0; list-style:none; width:217px; 
position:relative; z-index:200; background:url(../images/sublist-btm-curve.gif) bottom left no-repeat; }

#nav table {border-collapse:collapse;}
#nav li.toplevel {float:left; padding:15px 2px 0 2px; background:url(../images/nav-divider.gif) top right no-repeat; }
#nav li.last{
background:none;
padding:15px 0 0 0;
}
#nav li.first{
background:url(../images/nav-divider-first.gif) top right no-repeat;
}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li.toplevel a {display:block; float:left;padding:0 0 0 9px;  color:#c4ddf0; text-decoration:none; white-space:nowrap; cursor:pointer;}
#nav li.toplevel a span{display:block; float:left;  padding:5px 14px 25px 7px; text-decoration:none; white-space:nowrap;}

#nav li:hover {position:relative; z-index:300;}
#nav li.toplevel:hover a, #nav a:hover{position:relative; z-index:300;  text-decoration:none;}
#nav li.toplevel:hover a span,  #nav a:hover span{ color:#f0bc1b;}

#nav li.toplevel:hover a.drop, #nav a.drop:hover {
color:#f0bc1b;

}
#nav li.toplevel:hover a.drop span, #nav a.drop:hover span {

color:#f0bc1b;
}

#nav :hover ul {left:0; top:58px;color:#c4ddf0;}
/* another hack for IE5.5 and IE6 */

#nav ul li{padding:1px 6px 0px 6px; width:205px; margin:0px ; 
background:#032f52; float:left; }
#nav ul li a {height:28px; line-height:28px;  width:196px; color:#c4ddf0; background:url(../images/bordermenu.gif) left bottom repeat-x; }
#nav ul li a:hover {color:#f0bc1b; background-color:#052a49; }
#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:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */


/* 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:-1px;}

/* 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;}