#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:0px; margin:0px; list-style:none; height:20px; position:relative; z-index:500px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:20px; line-height:20px; background:black; color:#EBECCA; text-decoration:none; font-size:8pt; font-weight:normal; padding:0px 30px 0px 0px;}


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

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200px; position:relative; color:#EBECCA; background-color:black;}
#menu li:hover {position:relative; z-index:200px;}

#menu li:hover > a {color:#9faec3; background-color:black;}
#menu li:hover > a.sub {color:#9faec3; background-color:black;}

/* #menu li.current a {color:#FFFFFF; background-color:#282828;} */

#menu li a.sub {background-color:black url(/English/Images/Buttons/CSSMenu_down-arrow.gif) no-repeat right center;}
/* #menu li.current a.sub {color:#FFFFFF; background:#029897 url(/English/Images/Buttons/CSSMenu_down-arrow.gif) no-repeat right center;} */

#menu :hover ul {left:0px; top:20px; width:120px; background:#282828;}

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

/* #menu :hover ul :hover ul {left:180px; top:-1px; background:#222222; white-space:nowrap; width:100px; z-index:200px; height:auto;} */

#menu :hover ul li {margin:0px 0px 0px 10px; border-top:none;}
#menu :hover ul li a {width:160px; padding:0px; text-indent:3px; background:#282828; color:white; height:20px; line-height:20px;}
/* #menu :hover ul li a.fly {background:#333333 url(/English/Images/Buttons/CSSMenu_right-arrow.gif) no-repeat right center;} */

#menu :hover ul :hover {background-color:#282828; color:#CCCC99;}

/*
#menu :hover ul :hover a.fly {background-color:#029897; color:#FFFFFF;}

#menu :hover ul li.currentsub a {background:#029897; color:#FFFFFF;}
#menu :hover ul li.currentsub a.fly {background:#029897 url(/English/Images/Buttons/CSSMenu_right-arrow.gif) no-repeat right center; color:#FFFFFF;}

#menu :hover ul :hover ul li a {width:300px; padding:0px; text-indent:10px; background:#222222; color:#CCCCCC;}
#menu :hover ul :hover ul :hover {background-color:#029897; color:#FFFFFF;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#029897; color:#FFFFFF;}
*/