@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:838px; height:29px; border:1px solid #c8df90;}
#menu ul {display:inline-block;} 
#menu ul {display:inline;}
#menu ul.top-level {margin-left:0;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0;}
#menu a {display:block; font-family:Helvetica, "Lucida Sans", Arial, sans-serif;color:#6e7165; font-size:1.2em; line-height:29px; text-decoration:none; padding:0 20px;} 
* html #menu ul.top-level {margin-left:0;} /* I don't know why, but this centers IE5.5 ?? */

#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {visibility:hidden;}

#menu ul.top-level {display:table; margin:0 auto;} 
#menu li.top-level-li {float:left; position:relative;}

#menu a.top-level-a {float:left; padding:0 0 0 14px; background:#ffffff;} 
#menu a.top-level-a b {float:left; padding:0 14px 0 0; background:#ffffff; cursor:pointer; cursor:hand;}
#menu a.down b {float:left; padding:0 20px 0 0; background:#ffffff; cursor:pointer;}

#menu a.top-level-a:hover {white-space:nowrap; background:#ffffff;}
#menu a.top-level-a:hover b, 
#menu a.top-level-a:focus b, 
#menu a.top-level-a:active b {color:#ea538d; background:#ffffff; cursor:pointer;}
#menu a.down:hover b, 
#menu a.down:focus b, 
#menu a.down:active b {color:#ea538d; background:#ffffff; cursor:pointer;}

/* top level roll over effect */
#menu li.top-level-li:hover > a {white-space:nowrap; background:#ffffff;}
#menu li.top-level-li:hover > a b {color:#ea538d;  background:#ffffff;}
#menu li.top-level-li:hover > a.down b {color:#ea538d; background:#ffffff;}

/* shadow behind the dropdown */
#menu li ul {display:block; position:absolute; visibility:hidden; background:#00CC99; left:0;}
#menu li li {border-bottom:1px solid #ffffff;}
#menu li li a {background:#b5d375;} 
/* dropdown background */
#menu li li a:hover {background:#c8df90;} 
#menu li li:hover > a {background:#c8df90;}
#menu li li a.fly {background:url(../images/drop_arrow.jpg) right no-repeat #b5d375;}
#menu li li a.fly:hover {background:#c8df90;} 
#menu li li:hover > a.fly {background:url(../images/drop_arrow_down.jpg) right no-repeat #c8df90;}

#menu ul.drop-down {top:29px;} 
#menu li li ul { left:20px; margin-top:-0px; }


#menu ul li ul li ul li { border:none; padding:0; margin:0;}
#menu ul li ul li ul li a { font-size:1.2em; }
#menu li li ul li ul { margin-top:-7px; }



#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
#menu table ul li a {padding-left:0; padd\ing-left:20px;}
#menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
#menu table table ul {margin-top:-4px; marg\in-top:-7px;}
