/* ================================================================ 
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 {margin: 0; font-family: arial, sans-serif; width:600px; height:150px; position:relative; font-size:16px; z-index:50;}
.menu ul li a, .menu ul li a:visited { margin: 0 0 0 5px; padding: 124px 5px 5px 15px; display:block; text-decoration:none; color:#fff; width: 120px; height:20px; text-align:left; color:#fff; line-height:20px; font-size:16px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a, .menu ul li:hover a.on  {color:#4b0083; background:#a5b717 url("../images/navbg_on.jpg") no-repeat top right;}
.menu ul li:hover ul {display:block; position:absolute; top:149px; left:-18px; width:105px;}
.menu ul li:hover ul li a.hide {background:#a5b717; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#a5b717; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { margin:0; padding: 5px 10px; display:block; background:#a5b717; color:#000; font-size: 12px; border-bottom: 1px solid #99ad13; text-align:center}
.menu ul li:hover ul li a:hover {background:#99ad13; color:#4b0083;}
.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;}
