/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:965px; text-align:left; position: relative; top: 20px;}
#menu .nav-home {width: 130px;}
#menu .nav-about-dp {width: 144px; }
#menu .nav-training {width: 140px; }
#menu .nav-compliance {width: 164px; }
#menu .nav-client-service {width: 186px;}
#menu .nav-contact {width: 198px;}

#menu .nav-home:hover {background: url("/assets/images/sprite-nav.gif") 0 63px no-repeat;}
#menu .nav-about-dp:hover {}
#menu .nav-training:hover {}
#menu .nav-compliance:hover {}
#menu .nav-client-service:hover {}
#menu .nav-contact:hover {}

.special1, .special2 {width:250px;}
.special4 {width: 270px;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#menu ul {display:inline-block;} 

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul.level1 {margin:0 auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu ul.level1 {background:none;}
#menu ul.level2 {background:#fff;border: 1px solid #ccc; font-size: 90%; border-top: none;}
#menu ul.level3 {background:#fff;border: 1px solid #ccc;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; color:#000; line-height:33px; text-decoration:none;padding:0 0px 0 0px; width: 100%; height: 33px;}
#menu ul.level2 a {
border-top: 1px solid #ccc; 
border-left: 10px solid #fff; 
border-right: 10px solid #fff; 
display:block; color:#000; line-height:25px; text-decoration:none;padding:0 20px 0 20px; width: 120px; height: 25px;}
#menu ul.level3 a {
border-top: 1px solid #ccc; 
border-left: 10px solid #fff; 
border-right: 10px solid #fff;
display:block; color:#000; line-height:25px; text-decoration:none;padding:0 20px 0 20px; width: 120px; height: 25px;}

#menu ul.special1 a,
#menu ul.special2 a {width: 185px;}

#menu ul.special4 a {width: 210px;}

#menu ul.level2 a.first,
#menu ul.level3 a.first {border-top: none !important}

#menu ul.level1 li.level1-li a.level1-a {float:left;text-align: center}

#menu ul li:hover > ul {visibility:visible; left:0; top:33px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px;}


#menu a:hover ul {left:0; top:33px;}

#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}


#menu ul.level2 li a.fly {background:transparent url("/assets/images/icon-nav-arrow.gif") no-repeat right 50%;}

#menu li a:hover,
#menu li a.fly:hover {} 
#menu li:hover > a,
#menu ul li:hover > a.fly {color: #666}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

/* IF LESS THAN IE7
 #menu ul {display:inline;} */

