/* ================================================================ 
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 {font-family:arial, helvetica, sans-serif; width:150px; position:relative; margin:0; font-size:1em; margin:0 0 20px 0;}

.menu ul li, .menu ul li ul li {padding: 4px;}

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#990000; width:142px; border:2px solid #ffffff; border-width:2px 1px 0 0; background:#CCCCCC; font-size:1em; padding: 4px;}
.menu ul {padding:0; margin:0; list-style-type: none; background:#CCCCCC;}
.menu ul li {float:left; margin-right:1px; position:relative; color: #000000; padding:0;}
.menu ul li ul {display:none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#990000; background:#FFFFFF;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:150px; width:190px; border: 0px:}
.menu ul li:hover ul li a.hide {background:#CCCCCC; color:#990000; border: 0px;}
.menu ul li:hover ul li:hover a.hide {width:190px; border: 0px;}
.menu ul li:hover ul li ul {display:none; border: 0px;}
.menu ul li:hover ul li a {display:block; background:#CCCCCC; color:#990000; width:180px; padding: 0;}
.menu ul li:hover ul li a:hover {background:#FFFFFF; color:#990000;}