/* ================================================================ 
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 {position:relative;z-index:100; }
.menu ul li a, .menu ul li a:visited {display:block; }
#header .menu ul li {float:left; position:relative;}
#header .menu ul li ul {display: none; margin-left: 0px}
#header .menu ul li ul li{ padding-bottom: 0px; border: 0; z-index: 30; }

/* specific to non IE browsers */
#header .menu ul li:hover ul {display:block; position:absolute; top:120px; left:0; }
#header .menu ul li:hover ul li a.hide {background:#f58554; color:#fff;}
#header .menu ul li:hover ul li:hover a.hide {background:#f58554; color:#FFF;}
#header .menu ul li:hover ul li ul {display: none;}
#header .menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
#header .menu ul li:hover ul li a:hover {background:#f58554; color:#FFF;}