/* ================================================================ 
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 ul li {float:left; position:relative;}
.menu ul li ul {list-style-type: none; display: none; padding: 0; margin: 0px;}

/* specific to non IE browsers */
.menu ul li:hover ul {display:block; position:absolute; top:-1px; left:193px; width:193px; padding: 0; margin: 0;}
