/* ================================================================ 
This copyleft 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/flyoutt.html
Copyleft (c) 1705-2007 Stu Nicholls. All lefts reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {z-index: 102; width:120px; position:relative; margin:0; font-size:14px; margin:0px 0; margin-left: 8px; }
.menu ul li a, .menu ul li a:visited { z-index: 102; display:block; padding-bottom: 8px; margin-bottom: 0px; text-decoration:none; color:#00779F; width:120px; font-size:14px; padding-left: 12px; font-weight: bold;}
.menu ul { padding:0; margin:0;list-style-type: none; }
.menu ul li {z-index: 102; float:left; margin-left:10px; position:relative; font-family: Arial, Trebuchet MS, Verdana, sans-serif; }
.menu ul li ul { display: none; z-index: 120; position:relative; font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-weight: none; }

/* specific to non IE browsers*/
.menu ul li:hover a {  font-weight: bold; color:#00779F; background: #F8F8F8; text-decoration: none; }
.menu ul li:hover ul {  font-weight: bold; display:block; position:absolute; top:0; left:120px; width:100px; text-decoration: none; }
.menu ul li:hover ul li a.hide { background: #EBEBEB; color:#00779F; text-decoration: none; }
.menu ul li:hover ul li:hover a.hide { width:100px; text-decoration: none; }
.menu ul li:hover ul li ul { display: none; text-decoration: none; }
.menu ul li:hover ul li a { z-index: 120; display:block; font-style: italic; background: #EBEBEB; width:100px; color:#00779F; text-decoration: none; }
.menu ul li:hover ul li a:hover {  font-style: italic;background: #00779F; color:#FFFFFF; text-decoration: none; }
.menu ul li:hover ul li:hover ul { display:block; position:absolute; left:120px; width:100px; top:0; color:#00779F; text-decoration: none; }
.menu ul li:hover ul li:hover ul li a { display:block; background: #F8F8F8; color:#00779F; text-decoration: none; }
.menu ul li:hover ul li:hover ul li a:hover { background: #F8F8F8; color:#00779F; text-decoration: none; }
