#pad {height:140px;}
/* ================================================================ 
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 {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; }
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; width:99px; background:#333; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 13px 0 12px; text-align:center;}


#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:#fff; background-color:#97C61B;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#97C61B;}
#menu li:hover > a.sub {color:#fff; background-color:#97C61B;}

#menu li.current a {color:#fff; background:#87B60B;}

#menu li a.sub {background: #333 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#87B60B url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:120px; background:#444;}

/* 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:120px; top:-1px; background:#222; white-space:nowrap; width:125px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:125px; padding:0; text-indent:10px; background:#333; color:#fff; height:30px; line-height:30px; text-align:left;}
#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#87B60B; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#87B60B; color:#fff;}

#menu :hover ul li.currentsub a {background:#87B60B; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#87B60B url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:125px; padding:0; text-indent:10px; background:#3e3e3e; color:#fff; text-align:left;}
#menu :hover ul :hover ul :hover {background-color:#87B60B; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#87B60B; color:#fff;}

#menu li.yu:hover a.sub {color:#fff; background:#0033ff; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.yus:hover a.fly {background:#0033ff; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.yus:hover a:hover {background:#0033ff; color:#fff;}

#menu li.s:hover a.sub {color:#fff; background:#00cccc; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.ss:hover a.fly {background:#00cccc; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.ss:hover a:hover {background:#00cccc; color:#fff;}

#menu li.go:hover a.sub {color:#fff; background:#9900ff; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.gos:hover a.fly {background:#9900ff; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.gos:hover a:hover {background:#9900ff; color:#fff;}

#menu li.sns:hover a.sub {color:#fff; background:#cc0000; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.snss:hover a.fly {background:#cc0000; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.snss:hover a:hover {background:#cc0000; color:#fff;}

#menu li.o:hover a.sub {color:#fff; background:#c60; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.os:hover a.fly {background:#c60; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.os:hover a:hover {background:#c60; color:#fff;}

#menu li.sm:hover a.sub {color:#fff; background:#cccc00; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.sms:hover a.fly {background:#cccc00; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.sms:hover a:hover {background:#cccc00; color:#fff;}

#menu li.st:hover a.sub {color:#fff; background:#ff0099; url(down-arrow.gif) no-repeat right center;;}
#menu :hover ul li.sts:hover a.fly {background:#ff0099; url(right-arrow.gif) no-repeat right center; color:#fff;}
#menu :hover ul li.sts:hover a:hover {background:#ff0099; color:#fff;}

