/* ================================================================ 
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-dropdown.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;
} 

#menu ul {
	padding:3px;
	margin:0;
	list-style:none;
	background:#e9e5c8;
}
#menu ul.level1 {
	height:29px;
}
#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 {
	margin-right:1px;
	padding-right:1px;
	border-right:1px solid black;
	float:left;
}
#menu ul li a {
	display:block;
	float:left;
	padding:8px 8px 8px 5px;
	font:normal 12px verdana, arial;
	color:#000;
	text-decoration:none;
	background:#e9e5c8;
	border:1px solid #e9e5c8;
}
#menu ul li a.fly {
	background:#e9e5c8;
	padding-right:15px;
}
#menu ul ul {
	padding:0;
}
#menu ul ul li {
	margin:0;
	border:none;
}
#menu ul ul li a {
	width:135px;
}
#menu ul ul li a.fly {
	padding-right:8px;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li a:hover {
	direction:ltr;
	background:#8b1839;
	color:#fff;
	border-color:#e9e5c8;
	position:relative;
}
#menu ul li:hover > a {
	background:#8b1839;
	color:#fff;
	border-color:#e9e5c8;
}
#menu ul :hover ul {
	left:-5px;
	width:122px;
	top:31px;
}
#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:122px;
	width:122px;
	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;
}

