/* ================================================================ 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.smenu {width:16em; height:150px; position:relative; margin:0; margin:50px 0; font-size:0.85em;}
.smenu ul li a, .smenu ul li a:visited 
{display:block; text-decoration:none; color:#000; width:16em; 
height:20px; text-align:left; padding-left:5px; border:1px solid #fff; 
border-width:1px 1px 0 0; background:#d4d8bd; line-height:19px;}
.smenu ul {padding:0; margin:0;list-style-type: none; }
.smenu ul li {float:left; margin-right:1px; position:relative;}
.smenu ul li ul {display:none;}

/* specific to non IE browsers */
.smenu ul li:hover a {color:#fff; background:#b7d186;}
/*.smenu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}*/
.smenu ul li:hover ul {display:block; position:absolute; top:0; left:16.5em;}
.smenu ul li:hover ul li a.hide {background:#d4d8bd; color:#000;}
.smenu ul li:hover ul li:hover a.hide {width:18em;}
.smenu ul li:hover ul li ul {display: none;}
.smenu ul li:hover ul li a {display:block; background:#d4d8bd; color:#000; width:18em;}
.smenu ul li:hover ul li a:hover {background:#b7d186; color:#000;}
.smenu ul li:hover ul li:hover ul {display:block; position:absolute; left:18.4em; top:0; color:#000;}
.smenu ul li:hover ul li:hover ul li a {display:block; width:18em; background:#d4d8bd; color:#000;}
.smenu ul li:hover ul li:hover ul li a:hover {background:#b7d186; color:#fff;}
