/*menu*/
#nogo {font-size:0px}

#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 12px arial, verdana, sans-serif; background:url(images/menu/none.gif); position:relative; z-index:100;}
#nav { padding:0; background: none; float:right; }

#nav table {border-collapse:collapse;}
#nav li {float:left; list-style-type:none; margin:0px 5px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:25px; padding:0; line-height:24px; text-decoration:none; white-space:nowrap; font-weight: normal; }
#nav li li a {height:23px; line-height:23px; float:none; padding:0 8px; border-bottom:1px solid #214074; }

#nav li:hover, #nav li.sfhover {position:relative !important; z-index:100;color:#c22028 !important;}
#nav a:hover {position:relative !important; z-index:100; color:#c22028 !important; }
#nav li:hover > a, #nav li.sfhover > a {color:#c22028 !important;}

#nav li:hover  ul, #nav li.sfhover  ul {left:0 !important; top:25px !important; z-index:300 !important; width:210px !important; margin-left:8px !important; background:#000000 !important;}
#nav a:hover ul {left:-1px !important;}

#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, #nav li.sfhover li.sfhover > ul{left:0 !important; margin-left:100% !important; top:0 !important;} 
/* keep further levels hidden */
#nav li:hover > ul ul, #nav li.sfhover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a, #nav li.sfhover li.sfhover > a {color:#c22028; padding:0 8px }

#nav li a:hover ul li a:hover, #nav li.sfhover a:hover ul li.sfhover a:hover {color:#c22028; padding:0 8px }

/* 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;}
