/* ================================================================
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu {width:660px; border-top:3px solid #00afda; padding:0; margin:0; list-style:none; position:relative; z-index:500;}
#menu li {position:relative; float:left; margin-right:1px; margin-bottom:0px; padding-left:0px; width:131px; background:#333; opacity:0.96;filter:alpha(opacity=96);}
#menu li a {
  display:block;
  float:left;
  height:40px;
  line-height:40px;
  color:#ccc;
  text-decoration:none;
  font-size:10px;
  font-weight:bold;
  padding:0 0 0 15px;
  width:116px;
  border:none;}
#menu ul.sub li {margin:0; /*border-top:1px solid #666;*/ list-style:none;}
#menu ul.sub li a {width:131px; height:30px; line-height:30px; padding:0; text-indent:10px;}
#menu ul.sub li a.last { border-bottom:3px solid #00afda; }
#menu ul li a.parent {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
#menu ul {position:absolute; height:0; margin:0; padding:0; list-style:none; display:none}
