/* ================================================================ 
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 */
.vmenu {
  font-family: arial, sans-serif; 
  height:20px; 
  position:relative; 
  //left:0px;
  
  font-size:11px; 
  z-index:9999;
  text-transform:none;
  color:#fff;
  }
.vmenu ul li a, .vmenu ul li a:visited {display:block; padding-top:2px; text-transform:uppercase; text-decoration:none; color:#000;width:65px; height:18px; text-align:center; color:#fff; border-left:1px solid #424242; line-height:15px; font-size:11px; overflow:hidden;}
.vmenu ul {padding:0; margin:0; list-style: none;}
.vmenu ul li {float:left; position:relative;}
.vmenu ul li ul {display: none;}

/* specific to non IE browsers */
.vmenu ul li:hover a {color:#fff; background: transparent url('../gra/bg_menumain_on.gif') repeat-x;}
.vmenu ul li:hover ul {display:block; position:absolute; top:20px; left:0px; width:105px;}
.vmenu ul li:hover ul li a.hide {text-transform:none; color:#fff; background:#0a0f1d;}
.vmenu ul li:hover ul li:hover a.hide {text-transform:none; color:#fff; background:#0a0f1d;}
.vmenu ul li:hover ul li ul {display: none;}
.vmenu ul li:hover ul li.special {background:#770204; font-weight:bold; text-transform:none; text-align:left; padding:2px; padding-left:4px; padding-right:0px; whitepace:nowrap; width:200px; border-bottom:1px solid white; border-left:none; border-right:none;}
.vmenu ul li:hover ul li a {display:block; filter:alpha(opacity=80); -moz-opacity: 0.8; padding:2px; height:20px; padding-left:4px; padding-right:0px; text-transform:none; color:#fff; background:#0a0f1d; width:200px; whitespace:nowrap; text-align:left; border-bottom:1px solid white; border-left:none; border-right:none;}
.vmenu ul li:hover ul li a:hover { filter:alpha(opacity=100); -moz-opacity: 1; color:#fff; background:#1f3558;}
.vmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.vmenu ul li:hover ul li:hover ul.left {left:-105px;}

