#nav_Default, 
#nav_Default ul {padding:0; margin:0; list-style:none; height:30px; font: 10px arial, verdana, sans-serif; background:#555; position:relative; z-index:100;}
#nav_Default {width:100%; padding:0;  background-color: #A3BF2B;}

#nav_Default table {border-collapse:collapse;}
#nav_Default li {float:left; height:30px; }
#nav_Default li li {float:none; height:30px; background:#555;}
/* a hack for IE5.x and IE6 */
#nav_Default li a li {float:left; height:30px; width:100%; }

#nav_Default li a {display:block; float:left; width:auto; color:#fff; height:30px; padding:0 10px 0 10px; line-height:30px; text-decoration:none; white-space:nowrap; font-weight:bold; height:30px; border-left:1px solid #fff;}
#nav_Default li li a {height:30px;  line-height:30px;  float:none;}

#nav_Default li:hover {position:relative; z-index:100; height:30px; line-height:30px;}
#nav_Default a:hover {position:relative; z-index:100; background:#0094DE; line-height:30px; color:#fff; /*border-left:1px solid #fff;*/}
#nav_Default li:hover > a {border-left:1px solid #fff;line-height:30px; height:30px;  background-color:#0094DE;  color:#fff;}

#nav_Default :hover  ul {left:0; top:30px; /*border-left:1px solid #843;*/ z-index:300;}
#nav_Default a:hover ul {left:-1px; height:30px;}

#nav_Default ul {position:absolute; left:-9999px; top:-9999px; width:200px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav_Default li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav_Default li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:180px; }
/* show path followed */
#nav_Default li:hover li:hover > a {background:#0094DE; color:#fff; border-left:1px solid #fff;}

#nav_Default li a:hover ul li a:hover {background:#0094DE; width:100%;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav_Default a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0; width:100%}

/* keep further levels hidden */
#nav_Default a:hover ul ul,
#nav_Default a:hover a:hover ul ul,
#nav_Default a:hover a:hover a:hover ul ul,
#nav_Default a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}