/* ================================================================ 
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/
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	position:relative;
	width: 525px;
	float:right;
	z-index: 100;
}
#menu ul {padding:0; margin:0; list-style:none; width:525px;}
#menu ul ul {position:absolute; left:-9999px; width:165px; height:auto;}

#menu ul li {float:left;}
#menu ul table {border-collapse:collapse; width:0; height:0; margin:-1px;}

#menu ul li a {
font-size:10px;
   color:#fff; /*type color*/
   width:85px;
   height:24px;
   line-height:23px;
   display:block; 
   background:#330000; /*the background color*/
   text-align:center; 
   text-decoration:none; 
   font-family: verdana, arial, sans-serif;
   font-weight:bold;
   }
#menu ul li:hover {position:relative;}

#menu ul li a:hover {
  color:#F0AD00; /*roll over type color*/
  border:0;
  position:relative;
  }

#menu ul li:hover > a {
  color:#F0AD00; /*roll over type color*/
}

#menu ul :hover ul {left:0; top:24px;}


#menu ul :hover ul li a {
  display:block;
  width:155px;
  height:20px;
  line-height:20px;
  border:1px solid #000;
margin-top:-1px;
  text-decoration:none; 
  color:#000; 
  background:#eee;
  text-align:left;
  padding-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: .9; opacity:.9;

  }

#menu ul :hover ul li a:hover {
  background:#add;
  }
