/* ================================================================ 
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;
right:0;
top:45px;
}

.nav ul li a, .nav ul li a:visited {float:left; display:block; text-decoration:none!important; color:#ffffff!important; padding:13px 15px; color:#fff; background: url(../images/bg_nav.gif) left bottom repeat-x #028ecb; line-height:20px; font-size:1em; overflow:hidden; font-weight:bold; font-size:14px;}
.nav ul {padding:0; margin:0;list-style-type: none; }
.nav ul li {background:none; padding:0; float:left; position:relative;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a, .nav ul li a#navSelected{background: #1968a1;}
.nav ul li:hover ul {display:block; position:absolute; top:46px; left:0; width:200px; }
.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:200px; border-bottom:1px solid #d6e5ea; padding: 5px 22px!important; color:#439539!important;}
.nav ul li:hover ul li a:hover {background: url(../images/bg_nav_hover.gif) repeat-x left bottom #ffffff!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;}