/* ================================================================ 
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;
float:right;
top:56px;
border:1px solid #a4b1c8;
border-bottom:none;
background:#4c5e7d;
}

ul.nav li a, ul.nav li a:visited {font-size:1.273em; float:left; display:block; text-decoration:none; color:#ffffff; padding:17px 16px 12px 16px; color:#fff; overflow:hidden; font-weight:bold; text-transform:uppercase;}
ul.nav li {background:none; padding:0; float:left; position:relative; }
ul.nav li ul {display: none;}

/* specific to non IE browsers */
ul.nav li:hover a, ul.nav li.current a {background:#566a8e;}
ul.nav li:hover ul {display:block; position:absolute; top:47px; border:1px solid #39465d; border-bottom:0; left:0; }
ul.nav li:hover ul li a.hide {background:#a31f4b;}
ul.nav li:hover ul li:hover a.hide {background: url(../images/bg_nav_hover.gif) repeat-x left bottom #ffffff}
ul.nav li:hover ul li ul {display: none;}
ul.nav li:hover ul li a {display:block; background:#4c5e7d; font-weight:normal; font-size:1em; width:200px; border-bottom:1px solid #39465d; padding: 10px 22px; text-transform:capitalize;}
ul.nav li:hover ul li a:hover {background:#566a8e;}
ul.nav li:hover ul li:hover ul {display:block; position:absolute; left:218px; top:0;}
ul.nav li:hover ul li:hover ul.left {left:-218px;}
ul.nav li:hover ul li ul li a {background:#d4e5ec; color:#000; border-bottom:1px solid #39465d;}
