/* ================================================================ 
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 {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 984px;
  z-index: 100;
}
.menu ul li a, .menu ul li a:visited {
  color: #000033;
  display: block;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  width: 95px;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul li {
  color: #000033;
  float:left;
  position:relative;
  width: 95px;
}
.menu ul li.selected {
  color: #cccccc;
  float:left;
  position:relative;
  width: 95px;
}
.menu ul li ul {
  display: none;
}
.menu ul li ul li{
  color: #cccccc;
  height: 17px;
}

/* specific to non IE browsers */
.menu ul li:hover, .menu ul li:hover a {
  color: #cccccc;
}
.menu ul li:hover ul {
  display: block;
  left: 0;
  position: absolute;
  top: 1em;
  width: 95px;
}
.menu ul li:hover ul li a.hide {
  color: #cccccc;
}
.menu ul li:hover ul li:hover a.hide {
  color: #cccccc;
}
.menu ul li:hover ul li a {
  display: block;
  color: #000033;
}
.menu ul li:hover ul li a:hover {
  color: #cccccc;
}
