/* ================================================================ 
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 */
#leftnav {font-family: arial, sans-serif; background:url(../images/structure/bck-left-panel.png) repeat-y top left; width:216px; position:absolute; left:10px; padding-top:10px;}

#leftnav ul li a, #leftnav ul li a:visited {display:block; text-decoration:none; color:#000; width:170px; text-align:left;  line-height:19px; font-size:14px;font-weight: bolder; color:#571F1E;  }

#leftnav ul {padding:0; margin:0; margin-bottom: 150px; margin-left: 30px;list-style-type: none; }
#leftnav ul li {float:left; margin-right:1px; position:relative;  }
#leftnav ul li ul {display: none;}

/* specific to non IE browsers */
#leftnav ul li:hover a {color:#000; background:#fff;}
#leftnav ul li:hover ul {display:block; position:absolute; top:0; left:138px; z-index:1;}
#leftnav ul li:hover ul li a.hide {background:#dfc184; color:#000;}
#leftnav ul li:hover ul li:hover a.hide {width:230px;}
#leftnav ul li:hover ul li ul {display: none;}
#leftnav ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:250px; padding:3px; font-size:12px; }
#leftnav ul li:hover ul li a:hover {background:#dfc184; color:#000;}
#leftnav ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
#leftnav ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
#leftnav ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
