#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; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:0px;}
#menu li a {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 20px 0 10px;
	background-color: #55E2CF;
	
}


#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:#006633;
}
#menu li:hover {position:relative; z-index:200;}

/* Top level Hover colours */
#menu li:hover > a {
	color:#55E2CF;
	background-color: #FFFFFF;
}

#index li.index a,
#about li.about a,
#team li.team a,
#communicate li.communicate a.sub,
#recruit li.recruit a.sub,
#quality li.quality a,
#invest li.invest a,
#client li.client a,
#contact li.contact a
{
	color:#55E2CF;
	background-color: #FFFFFF;
	border-top:0px solid #55E2CF;
}


/* Top level styling to have an arrow down when there is only one sub level */
#menu li a.sub {
	background: no-repeat right center;
	background-color: #55E2CF;
	background-image: url(../images/nav_arrows/down-arrow.gif);
}


/* Top level Hover colour when there is a single level sub */
#menu li:hover > a.sub {
	color:#55E2CF;
	background-color:#fff;
	
}

#communicate li:hover > a.sub {
	color:#55E2CF;
	background-color:#fff;
}

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

#menu li.current a.sub {
	color:#fff;
	background:url(../../../../2008/cs/alignconsults_060509_CSS/css/down-arrow.gif) no-repeat right center;
	background-color: #00FF00;
}

#menu :hover ul {
	left:0;
	top:25px;
	width:140px;
	background-color: #33FFFF;
}

/* 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:140px;
	top:-1px;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}

#menu :hover ul li {
	margin:0; 
	border-left:1px solid #55E2CF;
	border-right:1px solid #55E2CF;
	border-bottom:1px solid #55E2CF;}

/* level 2 colour when there is no level 3 */
#menu :hover ul li a {
	width:140px;
	padding:0;
	text-indent:10px;
	color:#666666;
	height:30px;
	line-height:30px;
	background-color: #FFF;
}

/* level 2 colour when there is level 3 */
#menu :hover ul li a.fly {
	background:url(../../../../2008/cs/alignconsults_060509_CSS/css/right-arrow.gif) no-repeat right center;
	background-color: #B5D5FF;
}

/* level 2 HOVER colour when there is no level 3 */
#menu :hover ul :hover {
	background-color:#CCCCCC;
	color:#fff;
}

/* level 2 HOVER colour when there is level 3 */
#menu :hover ul :hover a.fly {
	background-color:#FFFF00;
	color:#fff;
}

/* current class colours for seb level */
#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(../../../../2008/cs/alignconsults_060509_CSS/css/right-arrow.gif) no-repeat right center; color:#fff;}

#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:#d70; color:#fff;}



