#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.
=================================================================== */
#container #menu {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	text-align: left;
	height: 30px;
}
#container #menu li {float:left; margin-right:1px;}
#container #menu li a {
	display:block;
	float:left;
	line-height:22px;
	background:#231f20;
	color:#ccc;
	text-decoration:none;
	font-size:93%;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}


#container #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 */

#container #menu li a:hover {z-index:200; position:relative;color:#ffffff; 	background:#555555;}
#container #menu li:hover {position:relative; z-index:200;}

#container #menu li:hover > a {
	color:#ffffff;
}
#container #menu li:hover > a.sub {color:#fff; background-color:#555555;}

#container #menu li.current a {color:#fff; background:#3d3d3d;}

#container #menu li a.sub {
	background: #231f20 url(down-arrow.gif) no-repeat right center;
	text-transform: uppercase;

}
#container #menu li.current a.sub {
	color:#fff;
	background:#840 url(down-arrow.gif) no-repeat right center;
!important; 	text-transform: uppercase;
}

#container #menu :hover ul {left:0; top:29px; width:120px; background:#444;}

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

}
#container #menu ul li a {
	text-transform: none;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#container #menu :hover ul :hover ul
{left:240px; top:-1px; background:#222; 
 white-space:nowrap; 
 width:240px; z-index:200; height:auto;}

#container #menu :hover ul li {margin:0; }
#container #menu :hover ul li a {width:240px; padding:0; text-indent:10px; background:#555555; color:#ccc; height:30px; line-height:30px;}
#container #menu :hover ul li a.fly {background:#555555 url(/media/images/generic/right-arrow.gif) no-repeat right center;}

#container #menu :hover ul :hover {background-color:#3d3d3d; color:#fff;}
#container #menu :hover ul :hover a.fly {background:#3d3d3d url(/media/images/generic/right-arrow-hover.gif) no-repeat right center;}

#container #menu :hover ul li.currentsub a {background:#3d3d3d0; color:#fff;}
#container #menu :hover ul li.currentsub a.fly {background:#3d3d3d url(/media/images/generic/right-arrow.gif) no-repeat right center; color:#fff;}

#container #menu :hover ul :hover ul li a {width:240px; padding:0; text-indent:10px; background:#555555; color:#ccc;}
#container #menu :hover ul :hover ul :hover {background-color:#3d3d3d; color:#fff;}

#container #menu :hover ul :hover ul li.currentfly a,
#container #menu :hover ul :hover ul li.currentfly a:hover {background:#000; color:#fff;}
