/* ================================================================ 
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/latest-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 {
	width:132px;
	position: relative;
	left:0;
	top:0;
	z-index: 2;
	margin-top: 0;
}

#menu ul {
	margin:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	background: #ffffcc;
	padding: 0;
}

#menu li {
	list-style:none;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#menu li {
	display:inline;
}

#menu ul ul {
	position:absolute;
	left:-9999px;
}

#menu ul#toplevel {
	position: absolute;
	left:0; top:0;
}

#menu a {
	display:block;
	font: bold 0.8em Arial, Geneva, Helvetica, "Helvetica Neue", sans-serif;
	color:#000;
	text-decoration:none;
	padding: 3px 20px 3px 18px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #cccc99;
	margin-left: 0px;
} 

#menu li a.fly {
	background: #cccc99 url(../../eiw/public/css/images/arrow.gif) no-repeat right center;
}

#menu li a:hover {
	background-color:#400300;
	color:#fff;
} 

#menu li:hover > a {
	background-color:#400300;
	color:#fff;
}

#menu ul li:hover > ul {
	left:100%;
	margin-top:-23px;
	margin-left:-1px;
}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse: collapse;
	margin-top:-7px;
	margin-left:-1px;
}
