/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {border-bottom:1px solid #BDF;border-left:1px solid #BDF;border-right:1px solid #BDF;padding:0 0 0 0; margin:2px 0 0 0; list-style:none; height:30px; position:relative; z-index:500; font-family:Verdana,Arial,sans-serif;background:url(images/bg30.png) repeat-x;;font-weight:normal;letter-spacing:0px;}
#menu li {float:left; border-right:1px solid #BDF;}
#menu li a {display:block; float:left; height:30px; line-height:30px; background:url(images/bg30.png) repeat-x; color:#C50000; text-decoration:none; font-size:12px;font-weight:normal; padding:0 25px 0 15px;}

#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 li a:hover {z-index:200; position:relative;color:#246; background:url('none'); background-color:#add7e4;}
#menu li:hover {position:relative; z-index:200;color:#246; background:url('none'); background-color:#add7e4;}

#menu li:hover > a {color:#246; background-color:#add7e4;font-weight:normal;background:url('none')}
#menu li:hover > a.sub {color:#246; background-color:#add7e4;font-weight:normal;background:url('none')}

#menu li.current a {color:#246; background:#add7e4;}

#menu li a.sub {background: #f2ec00 url(images/bg30dd.png) no-repeat right top;}
#menu li.current a.sub {color:#C50000; background:#f2ec00 url(images/bg30dd.png) no-repeat right top;}

#menu :hover ul {left:0; top:30px; width:130px; background:#dfda00;font-weight:bold;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:130px; top:-1px; background:#add7e4; white-space:nowrap; width:130px; z-index:200; height:auto;color:#246;}

#menu :hover ul li {margin:0; border-top:1px solid #89A;}
#menu :hover ul li a {width:150px; padding:0; text-indent:10px; background:#add7e4; color:#000; height:22px; line-height:22px;font-size:11px;font-weight:bold;}
#menu :hover ul li a.fly {background:#333 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#dfda00; color:#C50000;}
#menu :hover ul :hover a.fly {background-color:#333; color:#fff;}

#menu :hover ul li.currentsub a {background:#555; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#555 url(images/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:130px; padding:0; text-indent:10px; background:#333; color:#fff;}
#menu :hover ul :hover ul :hover {background-color:#333; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#333; color:#fff;}
