<style type="text/css">
/* ================================================================ 
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.cssplay.co.uk/menus/muti-line-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	position:relative; 
	z-index:500; 
	margin-left:10px;
}
#menu {
	position:relative; 
	z-index:500; 
	margin-left:10px;
	width: 142px;
	float: left;
}
#menu {
	float:left;
	margin-left:00px;
	padding-left: 10px;
	position:relative;
	width:142px;
	z-index:500;
}
#menu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:110px;
	width: 137px;
	padding:5px; 
	background:#89a;
}
#menu ul ul {
	position:absolute; 
	left:-9999px;
}
#menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	left:-1px; 
	top:-1px;
}
#menu ul li {
	width:110px;
	width: 137px;
	background:#fff;
}
* html #menu ul li {
	float:left;
}
#menu ul li a {
	display:block; 
	width:122px; 
	padding:8px 10px 8px 5px; 
	font:normal 11px verdana, sans-serif; 
	color:#000; 
	text-decoration:none; 
	background:#abc; 
	border:1px solid #888;
	border-color:#ddd #555 #555 #ddd; 
	clear:left;
}
#menu ul li a.fly {
	background:#abc url(../images/arrow.gif) no-repeat 122px center;
}

#menu ul li:hover {
	position:relative;
}
#menu ul li a:hover {
	direction:ltr; 
	background:#89a; 
	color:#fff;
	border-color:#89a;
	position:relative;
}
#menu ul li:hover > a {
	background:#89a; 
	color:#fff; 
	border-color:#89a;
}

#menu ul :hover ul,
#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul :hover ul {
	left:112px;
	left: 139px;
	top:-5px;
}

#menu ul :hover ul ul,
#menu ul :hover ul :hover ul ul, 
#menu ul :hover ul :hover ul :hover ul ul {
	left:-9999px;
}

</style>
<!--[if lte IE 7]>
<style type="text/css">
#menu ul li {float:left;}
</style>
<![endif]-->