/* ================================================================ 
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:28px;position:relative;font-size:11px;z-index:130; }
.menu ul li a, .menu ul li a:visited {display:block;width:98px;height:28px;background:rgb(73,73,73);color:#FFF;text-decoration:none;font-family:Verdana;font-weight:700;text-align:center;line-height:15px; font-size:11px; overflow:hidden;border-style:solid;border-width:1px 1px 1px 1px;border-color:#fff;list-style:none; }
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none; border:0; }

/* specific to non IE browsers */
.menu ul li:hover a {background:rgb(24,44,79);}
.menu ul li:hover ul {display:block; position:absolute; top:29px; left:0; width:98px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;border-right:1px solid #fff; }
.menu ul li:hover ul li:hover a.hide {background:rgb(24,44,79); color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block;background:rgb(24,44,79); color:#fff;height:auto;font-size:10px;text-align:left;padding:2px 0px 2px 8px;width:191px;}
.menu ul li:hover ul li a:hover { background:rgb(73,73,73); color:#fff; }
.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;}

.menuspacer { height:10px; }