#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:27px; position:relative; z-index:500; font-family: tahoma, arial, verdana, sans-serif;}
#menu li {float:left; width:auto;}
#menu li a {display:block; width:auto; float:left; height:27px; line-height:27px; color:#ccc; text-decoration:none; font-size:10px; font-weight:bold; padding:0 8px 0 8px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu li a:hover {z-index:200; position:relative;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; border-bottom: solid 4px #d2232a;}

#menu li.current a {color:#fff; background:#840;}

#menu li.current a.sub {color:#fff; background:#840;}

#menu :hover ul {left:0; top:31px; background:#363636;}

#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; white-space:nowrap; width:100px; z-index:300; height:auto;}

#menu :hover ul li {margin:0; }
#menu :hover ul li a {width:180px; padding:0; text-indent:10px; background:#333; color:#ccc; height:22px; line-height:22px;}

#menu :hover ul :hover {background-color:#666666; color:#fff; border:0; padding:0; margin:0;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#666666; color:#fff;}

#menu :hover ul.aboutus li a {width:120px; padding:0; text-indent:10px; background:#333; color:#ccc; height:22px; line-height:22px;}
#menu :hover ul.aboutus :hover {background-color:#666666; color:#fff; border:0; padding:0; margin:0;}

#menu :hover ul.resources li a {width:155px; padding:0; text-indent:10px; background:#333; color:#ccc; height:22px; line-height:22px;}
#menu :hover ul.resources :hover {background-color:#666666; color:#fff; border:0; padding:0; margin:0;}

#menu :hover ul.contactus li a {width:73px; padding:0; text-indent:10px; background:#333; color:#ccc; height:22px; line-height:22px;}
#menu :hover ul.contactus :hover {background-color:#666666; color:#fff; border:0; padding:0; margin:0;}