/* ================================================================ 
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:170px;}
#menu ul li {float:left; margin-right:1px; position:relative; width:170px;}
#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {background: #E1E1E1;}
#menu ul li:hover ul {display:block; position:absolute; top:0; left:170px;}
#menu ul li:hover ul li a.hide {display:none;}
#menu ul li:hover ul li:hover a.hide {display:none;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; background: #E1E1E1; color:#467AA7; width:150px;}
