/*
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 */
.navigation {width:200px; height:160px; position:relative; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.navigation ul li a, .navigation ul li a:visited {display:block; text-decoration:none; color:#000; width:200px; height:20px; border:1px solid #ddd; line-height:19px; padding-left:5px;}
.navigation ul {list-style-type:none;}
.navigation ul li {float:left; position:relative;}
.navigation ul li ul {display:none;}
/* specific to non IE browsers */
.navigation ul li:hover a {background-color:#72c236; color:#fff;}
.navigation ul li:hover ul {display:block; position:absolute; top:0; left:206px; width:200px; background-color:#fff;}
.navigation ul li:hover ul li a.hide {color:#fff; background-color:#72c236;}
.navigation ul li:hover ul li:hover a.hide {background-color:#72c236; color:#fff;width:200px;}
.navigation ul li:hover ul li ul {display:none;}
.navigation ul li:hover ul li a {display:block; color:#fff; width:200px; background-color:#72c236;}
.navigation ul li:hover ul li a:hover {background-color:#fff; color:#000; border:1px #72c236 solid;}
.navigation ul li:hover ul li:hover ul {display:block; position:absolute; top:0; left:206px; width:200px; background-color:#fff;}
.navigation ul li:hover ul li:hover ul li a {display:block; width:200px; color:#fff;}
.navigation ul li:hover ul li:hover ul li a:hover {color:#000; border:1px #72c236 solid;}