/* ================================================================ 
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_bg {width:100%; position:relative; top: 70px; background: url('../img/header_nav/bgOFF.gif') repeat-x;  border-top: solid 2px #2390FF;}
.nav {font-family: verdana; width:1050px; height:26px; position:relative; font-size:11px; z-index:10;}
.nav ul li a, .nav ul li a:visited {float: left; text-decoration:none; color:#666666; height:27px;  color:#666666; font-weight: bold; line-height:24px; font-size:11px; overflow:hidden; background: url('../img/header_nav/bgDIVIDER.gif') no-repeat; padding-left: 9px; padding-right: 9px;}
.nav ul {padding:0; margin:0; list-style: none; }
.nav ul li {float:left; position:relative;}
.nav ul li ul {display: none;}

#img{ line-height:24px;;}
/* specific to non IE browsers */
.nav ul li:hover a {color:#666666; background: url('../img/header_nav/hover.gif') repeat-x; height:26px;  }
.nav ul li:hover ul {display:block; position:absolute; top:26px; left:0; width:165px;   }
.nav ul li:hover ul li a.hide {background:#D9F0FF; color:#fff; font-weight:normal; }
.nav ul li:hover ul li:hover a.hide {background:#D9F0FF; color:#000; font-weight:normal; }
.nav ul li:hover ul li ul {display: none; }
.nav ul li:hover ul li a {display:block; color:#000; background:#64B0FD; background: url('../img/header_nav/grey.jpg') no-repeat; font-weight:normal; width:165px; border-bottom: solid 1px #fff; padding-left: 30px;}
.nav ul li:hover ul li a:hover {background: url('../img/header_nav/blue.jpg') no-repeat; color:#000000;  font-weight:normal;}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:165px; top:0;}
.nav ul li:hover ul li:hover ul.left {left:-165px;}
