#new-menu {padding:0; margin:0; list-style:none; list-style-type:none; height:40px; position:relative; z-index:500;}
#new-menu li {float:left; border-right:solid 1px rgb(232,177,13);}
#new-menu li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:rgb(98,132,106);}


#new-menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#new-menu li a:hover {z-index:200; position:relative; color:#fff; background-color:rgb(232,177,13);}
#new-menu li:hover {position:relative; z-index:200; cursor:default;}

#new-menu li:hover > a {color:#fff; background-color:rgb(232,177,13);}
#new-menu li:hover > a.sub {color:#fff; background:rgb(232,177,13) url(../Scripts/new-menu/images/down-arrow.gif) no-repeat right center;}

#new-menu li.current a {color:#fff;}

#new-menu li a.sub {background:url(../Scripts/new-menu/images/down-arrow-green.gif) no-repeat right center;}
#new-menu li.current a.sub {color:#fff; background:url(../Scripts/new-menu/images/down-arrow-green.gif) no-repeat right center;}

#new-menu :hover ul {left:0; top:40px; width:9.0em;}

/* keep the 'next' level invisible by placing it off screen. */
#new-menu ul, 
#new-menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#new-menu :hover ul :hover ul {left:11.5em; top:-1px; white-space:nowrap; width:7.0em; z-index:200; height:auto;}

#new-menu :hover ul li {margin-left:-1px; border-left:solid 1px rgb(232,177,13); border-bottom: solid 1px rgb(232,177,13); font-weight:normal;}
#new-menu :hover ul li a {display:block; width:9.0em; padding:4px 16px 4px 16px; background-color:rgb(252,243,216); height:auto; line-height:1.3em; color:rgb(98,132,106); font-weight:normal;}
#new-menu :hover ul li a.fly {background:rgb(252,243,216) url(../Scripts/new-menu/images/right-arrow-green.gif) no-repeat right center; color:rgb(98,132,106); font-weight:normal;}

#new-menu :hover ul li.first {border-top:solid 1px rgb(232,177,13);}

#new-menu :hover ul :hover {background-color:rgb(248,224,150);}
#new-menu :hover ul :hover a.fly {background-color:rgb(248,224,150);}

#new-menu :hover ul li.currentsub a {background:rgb(252,243,216);}
#new-menu :hover ul li.currentsub a.fly {background:rgb(252,243,216) url(../Scripts/new-menu/images/right-arrow-green.gif) no-repeat right center;}

#new-menu :hover ul :hover ul li a {display:block; width:7.0em; padding:4px 16px 4px 16px; background-color:rgb(252,243,216); height:auto; line-height:1.3em; margin-left:0px; color:rgb(98,132,106); font-weight:normal;}
#new-menu :hover ul :hover ul :hover {background-color:rgb(248,224,150);}

#new-menu :hover ul :hover ul li.currentfly a,
#new-menu :hover ul :hover ul li.currentfly a:hover {background-color:rgb(252,243,216);}