/* ================================================================ 
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:261px; height:358px;}
.menu ul {padding:0px; margin:0px; list-style-type: none; }
.menu ul div {float:left; margin-right:0px; position:relative; z-index:1;}
.menu ul div ul {display: none;}

/* specific to non IE browsers */
.menu ul div:hover ul {display:block; position:absolute; top:0px; left:0px; width:260px; background-color:#9a4d1b; z-index:2; overflow:hidden; }
.menu ul div:hover ul div a {display:block; width:260px;}

