/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
#menu li {padding: 0px 0px 0px 0px;}
#menu {padding:0px 0px 0px 37px; margin:0px; list-style:none;	height:36px; background:#fff url(../img/menu/menu_bg.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif;}
#menu li.top {display:block; float:left; position:relative; background:url(../img/menu/menu_dot.gif) no-repeat 7px 0%;}
#menu li a {display:block; float:left; height:36px; line-height:33px; color:#bbb; text-decoration:none; text-transform: uppercase; font-size:11px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;}
#menu li a span {float:left; display:block; padding:0 15px 0 12px; height:36px;}
#menu li a span.down {float:left; display:block; padding:0 20px 0 12px; height:36px; background:url(../img/menu/down.gif) no-repeat right top;}
#menu li a:hover, #menu li a.selected {color:#fff; background: url(../img/menu/button4.gif) no-repeat;}
#menu li a:hover span {background:url(../img/menu/button4.gif) no-repeat right top;}
#menu li a:hover span.down {background:url(../img/menu/button4a.gif) no-repeat right top;}

#menu li:hover > a {color:#fff; background: url(../img/menu/button4.gif) no-repeat;}
#menu li:hover > a span {background:url(../img/menu/button4.gif) no-repeat right top;}
#menu li:hover > a span.down {background:url(../img/menu/button4a.gif) no-repeat right top;}


#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 */

#menu a:hover {visibility:visible;}
#menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul, 
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul ul,
#menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul.sub {left:2px; top:36px; background: #fff; padding:3px 0; border:1px solid #fff; white-space:nowrap; width:153px; height:auto;}
#menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:130px;}
#menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:137px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #82C31D; border-width:0 0 0 3px;}
#menu :hover ul.sub li a.fly {background:#fff url(../img/menu/arrow.gif) 120px 7px no-repeat;}
#menu :hover ul.sub li a:hover,
#menu :hover ul.sub li a.selected {background:#506b1c; color:#fff;}
#menu :hover ul.sub li a.fly:hover {background:#506b1c url(../img/menu/arrow_over.gif) 120px 7px no-repeat; color:#fff;}
#menu :hover ul li:hover > a.fly {background:#506b1c url(../img/menu/arrow_over.gif) 120px 7px no-repeat; color:#fff;} 

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:-4px; background: #fff; padding:3px 0; border:1px solid #506b1c; white-space:nowrap; width:113px; z-index:200; height:auto;}

























