/* ================================================================ 
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/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.FlyoutMenu {font-family: verdana, arial, sans-serif; width:215px;  position:relative; margin:0; font-size:97%; margin:0;font-weight:bold;}
.FlyoutMenu ul li a, .FlyoutMenu ul li a:visited {display:block; text-decoration:none; color:#fff; width:212px;height:25px; text-align:left; padding-left:5px;padding-top:5px; border:1px solid #fff; border-width:1px 0px 0 0; background:#a8ca36; line-height:19px; font-size:97%;}
.FlyoutMenu ul {padding:0; margin:0;list-style-type: none; }
.FlyoutMenu ul li {float:left; margin-right:1px; position:relative;}
.FlyoutMenu ul li ul {display: none;}

/* specific to non IE browsers */
.FlyoutMenu ul li:hover a {color:#fff; background:#6ebebd;}
.FlyoutMenu ul li:hover ul {display:block; position:absolute; top:0; left:218px; width:215px;}
.FlyoutMenu ul li:hover ul li a.hide {background:#6ebebd; color:#fff;}
.FlyoutMenu ul li:hover ul li:hover a.hide {width:170px;}
.FlyoutMenu ul li:hover ul li ul {display: none;}
.FlyoutMenu ul li:hover ul li a {display:block; background:#a8ca36; color:#fff; width:180px;}
.FlyoutMenu ul li:hover ul li a:hover {background:#6ebebd; color:#fff;}
.FlyoutMenu ul li:hover ul li:hover ul {display:block; position:absolute; left:181px; top:0; color:#fff;}
.FlyoutMenu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#6ebebd; color:#fff;}
.FlyoutMenu ul li:hover ul li:hover ul li a:hover {background:#6ebebd; color:#fff;}
