/* ================================================================ 
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/dd_valid.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 {height:27px; position:relative; z-index:100; background-color:#ECE99B; padding-top:5px; font-size:13px;font-weight:bold}
.menu ul li a, .menu ul li a:visited { color:#006600; display:block; text-decoration:none; border-bottom:1px solid #ECE99B; line-height:20px; padding:0px 10px 0px 10px}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none; width:110px; background:#ECE99B; border:1px solid #E1DE64;}

/* specific to non IE browsers */
.menu ul li:hover a {color:red; border-bottom:1px solid #ECE99B;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color:#000; border-bottom:1px solid #ECE99B; width:90px}
.menu ul li:hover ul li a:hover {background:#E1DE64;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}