@charset "utf-8";
/* CSS Document */
/* common styling */
/* ================================================================ 
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; height:40px;} /* height for this demo only */
.menu ul {padding:0; margin:0; list-style:none; padding:0px; background: #000;}
.menu ul.level1 {height:40px;}
.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 {background:#fff; margin-right:5px; float:left;}
.menu ul li a {display:block; float:left; padding:13px 10px 12px 5px; font:bold 12px helvetica, verdana, sans-serif; color:#FFF; text-decoration:none; background:#000;}
.menu ul li a.fly {background-color:#1e772d; padding-right:0px;}

.menu ul ul li {margin:0;}
.menu ul ul li a {width:105px;}
.menu ul ul li a.fly {padding-right:10px;}

.menu ul li:hover {position:relative;}
.menu ul li a:hover {direction:ltr; background:#1e772d; color:#fff; position:relative;}
.menu ul li:hover > a {background:#1e772d; color:#fff; border-color:#1e772d;}

.menu ul :hover ul {left:5px; width:120px; top:40px;}

.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:125px; width:125px; top:0px;}

.menu ul :hover ul ul,
.menu ul :hover ul :hover ul ul, 
.menu ul :hover ul :hover ul :hover ul ul {left:-9999px;}
