@charset "utf-8";
/* ================================================================ 
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 ul li a, #nav ul li a:visited {display:block;width:inherit; text-decoration:none;overflow:hidden;color:#fff;z-index:5000;}
#nav ul {padding:0; margin:0; list-style: none;z-index:5000;}
#nav ul li {/*float:left;*/width:inherit; position:relative;}
#nav ul li ul {display: none;width:auto; height:auto; background-color:#132e47;}
#nav ul li ul li {height:auto;padding:2px 0px 2px 0px;font-family:Arial, Helvetica, sans-serif; font-size:11px;}

/* specific to non IE browsers */
#nav ul li:hover a {width:inherit;color:#132e47; background:#fff;display:block;}
#nav ul li:hover ul {display:block; position:absolute; left:0; width:135px;}
#nav ul li:hover ul li a.hide {color:#fff;}
#nav ul li:hover ul li:hover a.hide {background-color:#3879c1; color:#fff;}
#nav ul li:hover ul li ul {display: none;width:auto;height:auto;}

#nav ul li#n1:hover ul li a {width:auto;height:auto;background: #132e47; color:#fff; vertical-align:middle;padding:0;}
#nav ul li#n1:hover ul li a p {padding:0;margin:0;padding-left:10px;}

#nav ul li:hover ul li a:hover p { display:block; color:#fff;background-color:#3879c1;}
#nav ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#nav ul li:hover ul li:hover ul.left {left:-105px;}

