#pad {height:100px;}
/* ================================================================ 
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.
=================================================================== */
#globemenu {padding:0; margin:0; list-style:none; height:30px;
 position:relative; font-family:verdana, arial, sans-serif;}
#globemenu li {float:left; margin-right:1px; }
#globemenu li a {display:block; float:left; height:30px; line-height:30px; 
background:#99cc66; color:black; text-decoration:none; font-size:13px; 
font-weight:normal; padding:0 40px 0 35px;}


#globemenu 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 */

#globemenu li a:hover {z-index:200; position:relative;color:#fff;
 background-color:#007b57;}
#globemenu li:hover {position:relative; z-index:200;}

#globemenu li:hover > a {color:#fff; background:#007B57;}
#globemenu li:hover > a.sub {color:#fff; background-color:#007B57;}

#globemenu li.current a {color:#fff; background:#99cc66;}

#globemenu li a.sub {background: #99cc66;}
#globemenu li.current a.sub {color:black; background:#99cc66;}

#globemenu :hover ul {left:0; top:30px; background:#007b57;}

/* keep the 'next' level invisible by placing it off screen. */
#globemenu ul, 
#globemenu :hover ul ul {position:absolute; left:-9999px; 
top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#globemenu :hover ul :hover ul
{left:120px; top:-1px; background:#99cc66; white-space:nowrap;
 z-index:200; height:auto;}

#globemenu :hover ul li {margin:0; border-top:1px solid #373535;}
#globemenu :hover ul li a {width:250px; padding:0; text-indent:10px; 
background:#99cc66; color:black; height:30px; line-height:30px;}
#globemenu :hover ul li a.fly {background:#99cc66;}

#globemenu :hover ul :hover {background-color:#007b57; color:#fff;}
#globemenu :hover ul :hover a.fly {background-color:#007b57; color:#fff;}

#globemenu :hover ul li.currentsub a {background:#99cc66; color:#fff;}
#globemenu :hover ul li.currentsub a.fly {background:#007b57; color:#fff;}

#globemenu :hover ul :hover ul li a {width:225px; padding:0; text-indent:10px;
 background:#007b57; color:#fff;}
#globemenu :hover ul :hover ul :hover {background-color:#99cc66; color:#000;}


