/* ================================================================ 
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 */
.menu { height:18px; position:relative; z-index:100;padding: 2px 0 8px 10px; font: bold 14px/18px Arial, Helvetica, sans-serif, sans; }
.menu ul li a, .menu ul li a:visited { text-decoration:none; color:#000; width:115px; line-height:18px; margin: 0 29px 0 0; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li#clientlogin { background: transparent url(../images/clientloginbg.gif) repeat-x 0 0; margin: -2px 0 0 80px; padding: 0; text-align: right; }
.menu ul li#clientlogin a { background: transparent url(../images/client.png) no-repeat 15px 1px; border-bottom: none; margin: 0 25px 0 0; padding: 0 0 0 38px; }
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#14285f;}
.menu ul li a:hover { border-bottom: solid 1px #f7a627; color: #14285f; }
.menu ul li a:active { border-bottom: solid 1px #f7a627; color: #f7a627; }
.menu ul li:hover ul {display:block; position:absolute; top:18px; left:0; width:200px;}
.menu ul li:hover ul li a.hide {background:#ddd; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#ddd; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { border-bottom: none; display:block; background:#ddd; color:#000; padding:5px; width:150px; font-weight: normal;}
.menu ul li:hover ul li a:hover {background:#eee; color:#14285f;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}