/* ================================================================ 
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 */
.menu {width:200px; height:150px; position:relative; margin:15px 0 0 1px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:200px; height:30px; text-align:left; }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; background:none;  background:url("gfx/bullet_middle.gif") no-repeat;  padding-left:40px;}
.menu ul li ul {display: none; border:1px solid #444F21; border-width:1px 0 1px 1px; margin:0px; font:12px Arial, Helvetica, sans-serif; }
.menu ul li ul li {background:none; padding-left:5px;}

/* specific to non IE browsers */
.menu ul li ul li:hover {background:none;}

.menu ul li:hover {background:url("gfx/bullet_middle-hover.gif") no-repeat;}
.menu ul li:hover a {color:#fff; text-decoration: underline;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:-236px; width:235px; background:#5f6f2f; padding:10px 0 0 0;}
.menu ul li:hover ul li a.hide {color:#000;}
.menu ul li:hover ul li:hover a.hide {width:235px; }
.menu ul li:hover ul li ul {display: none; }
.menu ul li:hover ul li a {display:block; background:#5f6f2f; color:#000; width:235px; text-decoration:none;}
.menu ul li:hover ul li a:hover {background:#5f6f2f; color:#000; text-decoration:underline;}
.menu ul li:hover ul li:hover ul li a:hover {background:#5f6f2f; color:#fff;}
