/* ================================================================ 
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_01 ul li a, .nav_01 ul li a:visited {display:block !important;}
.nav_01 ul li ul {display: none;}

/* specific to non IE browsers */
/* iet */
/* .nav_01 ul li:hover ul li { float: left; width: 100%;} */
.nav_01 ul li:hover ul li {width: 100%;}
/*.nav_01 ul li:hover ul {z-index:9999; display:block !important; position:relative; top:-174px; left:192px; width:190px;}*/
/*top:-124px;*/
.nav_01 ul li:hover ul {z-index:9999; display:block !important; position:relative; top:-189px; left:192px; width:190px; margin: 0; height: 0;}
.nav_01 ul li:hover ul li {border: 1px solid #ccc;}
.nav_01 ul li:hover ul li a {color:#fff; background:#003362; font-weight: bold; font-size:80%; padding:5px; margin:0; display:block !important;}
.nav_01 ul li:hover ul li a:hover {color:#fff; background:#4C7091; font-weight: bold; font-size:80%; padding:5px; margin:0;}