/* ================================================================
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;
  width:868px;
  left:32px;
  position:relative;
  margin:0;
  font-size:11px;
  margin:2px 0 20px 0;
  z-index:0;
}

.menu ul li a, .menu ul li a:visited {
  display:block;
  padding-top:0px;
  padding-left:0px;
  text-decoration:none;
  text-indent: 14px;
  color:#000;
  width:164px;
  height:17px;
  text-align:left;
  color:#000000;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width:2px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-right-width:2px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width:1px;
  background: url(../images/nav.gif) no-repeat;
  line-height:17px;
  font-size:11px;
  overflow:hidden;
 }
.menu ul {padding:0; margin:0;list-style-type: none;

}
.menu ul li {float:left; margin-right:1px; position:relative; font-weight:bold; }
.menu ul li ul {display: none;  font-weight:nomal; }
/* specific to non IE browsers */
.menu ul li:hover a  { background: url(../images/nava.gif) no-repeat; }
.menu ul li:hover ul {
  display:block;
  position:absolute;
  top:18px;
  left:0;
  width:105px;
}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
  display:block;
  background:#A4B7BE;
  color:#ffffff;
  font-size:10px;
  font-weight:none;
}
.menu ul li:hover ul li a:hover {background:#8E8E8E; color:#ffffff;}

