#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;
	margin-left:200px;
	float:left;
	width:800px; 
	list-style:none; 
	height:20px; 
	position:relative; 
	z-index: 9999;
}

#menu li {
	float:left; 
	margin-right:1px;
}

#menu li a {
	display:block; 
	float:left; 
	height:20px; 
	line-height:20px; 
	color:#666;
	text-decoration:none; 
	font-size:11px; 
	padding:0 15px 0 15px;
	border-left: 1px solid #9F9F9F;
}

#menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	z-index: 9990;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	display: block;
	z-index: 9000;
	position:relative;
	background-color:#fff;
	color:#3e3e3b;
}

#menu li:hover {
	position:relative;
	z-index: 9000; 
}

#menu li:hover a {
	background-color:#fff;
	color:#3e3e3b;
	position:relative;
	z-index: 9000; 
}

#menu :hover ul {
	left:0; 
	top:20px; 
	width:120px; 
	background:#444;
	z-index: 9000;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:200; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	z-index: 9500;
}

#menu :hover ul :hover ul {
	left:200px; 
	top:0; 
	background:#fff; 
	color:#3e3e3b; 
	white-space:nowrap; 
	width:150px; 
	z-index: 9500; 
	height:auto;
}

#menu :hover ul li {
	position: relative;
	margin:0; 
	z-index: 9500;
}

#menu :hover ul li a {
	position: relative;
	width:200px; 
	padding:0; 
	text-indent:10px; 
	background:#fff; 
	color:#3e3e3b; 
	height:22px; 
	line-height:22px;
	border-top: 1px solid #b5b5b2;
	z-index: 9500;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:90%; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}

#menu :hover ul li a.fly {
	position: relative;
	background:#fff; 
	color:#3e3e3b; 
	z-index: 9500;
}

#menu :hover ul :hover {
	background:#dadada; 
	color:#3e3e3b; 
	z-index: 9500;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:90%; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}

#menu :hover ul :hover a.fly {
	background:#fff; 
	color:#3e3e3b; 
}

#menu :hover ul li.currentsub a {
	background:#fff; 
	color:#3e3e3b; 
}

#menu :hover ul li.currentsub a.fly {
	background:#fff; 
	color:#3e3e3b; 
}

#menu :hover ul :hover ul li a {
	width:150px; 
	padding:0; 
	text-indent:10px; 
	background:#fff; 
	color:#3e3e3b; 
	z-index: 9500;
}
	
#menu :hover ul :hover ul :hover {
	background:#fff; 
	color:#3e3e3b; 
	z-index: 9500;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
	background:#fff; 
	color:#3e3e3b; 
	z-index: 9500;
}
