/* ================================================================ 
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 */

.nav{
position:absolute;
z-index:99;
left:0;
top:58px;
}

.nav ul li a, .nav ul li a:visited {float:left; display:block; text-decoration:none!important; color:#ffffff!important; padding:8px 20px; color:#fff; line-height:20px; font-size:1em; overflow:hidden; font-size:14px; font-weight:bold;}
.nav ul {padding:0; margin:0;list-style-type: none; }
.nav ul li {background:none; padding:0; float:left; position:relative;}
.nav ul li a{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li a:hover, .nav ul li.selected a{background:url(../images/bg-nav-hover.gif) center bottom no-repeat;}
.nav ul li:hover ul {display:block; position:absolute; top:36px; left:0; border:3px solid #94b940;}
.nav ul li:hover ul li a.hide {background:#ffffff!important;}
.nav ul li:hover ul li:hover a.hide {background: url(../images/bg_nav_hover.gif) repeat-x left bottom #ffffff!important;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; background:#ffffff; font-weight:normal; font-size:12px; width:190px; border-bottom:1px solid #dde3d1; padding: 5px 22px!important; color:#7fb04c!important; font-family:Arial, Helvetica, sans-serif;}
.nav ul li:hover ul li a:hover {background:#f4f4f4!important;}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:218px; top:0;}
.nav ul li:hover ul li:hover ul.left {left:-218px;}
.nav ul li:hover ul li ul li a {background:#d4e5ec!important; color:#000; border-bottom:1px solid #9fcadc;}
