#pad {height:155px;}
/* ================================================================ 
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:10px 0 0 0;
	margin:0;
	background-color:transparent;
	list-style:none;
	height:55px;
	position:relative;
	z-index:500;
	/*font-family:arial, verdana, sans-serif;*/
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:"TeXGyreAdventorRegular", "Futura Medium", "Trebuchet MS", sans-serif;
}
b {font-family:"TeXGyreAdventorBold", "Futura Extra Bold";}
#menu li {float:left; margin-right:0px;}
#menu li a {/* main level nav*/
display:block; 
float:left; 
height:55px; 
line-height:45px; 
color:#000; 
text-decoration:none; 
font-size:11px;  
/*padding:0 60px 0 70px;*/
text-align:center;
width:264px;
margin-right:12px;
}


#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; } /* main level nav hover*/
#menu li:hover {position:relative; z-index:200; }

#menu li:hover > a {color:#000;}
#menu li a.sub {} /*main level off*/
#menu li.current a.sub {color:#fff;}

#menu li:hover ul {left:-1px; top:auto; bottom:55px; width:264px; background:#fff;  	/*background-color:#CC99FF;*/ background:url(../images/home-nav.gif) top left no-repeat;}
#menu a:hover ul {left:0; top:auto; bottom:0; width:264px;}

/* 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:316px; 
margin:0; 
padding:20px 0 0 0; 
list-style:none; 
/*border:1px solid #ff0000; /* testing*/
/* border:1px solid #fff; not needed with background image */

}

#menu :hover ul :hover ul
{left:120px; top:auto; white-space:nowrap; width:264px; z-index:200; background:url(../images/home-nav.gif) top left no-repeat;}

#menu :hover ul li a { /* sub level */
	width:264px;
	padding:0;
	text-indent:0px;
	/*background:#fff; not needed with background image*/
	color:#000000;
	height:25px;
	line-height:25px;
	color:#454545;
	font-size:9px;
	margin:-2px 0 0 0;
}

#menu :hover ul :hover {
	color:#999999;
}


/*#menu :hover ul li.currentsub a {background:#084; color:#fff;}

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

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

