/* ================================================================ 
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 ul li a, #menu ul li a:visited { display:block; text-decoration:none;  height:30px; overflow:hidden; line-height:30px; color:#FFFFFF; font-weight:bold; font-size:11px;}
#menu ul li.highlight a, #menu ul li.highlight a:visited { color:#fd0100;}
#menu ul li a:hover { color:#fd0100;}
#menu ul#mainmenu {padding:0; margin:0; list-style: none;width:800px; height:30px; position:relative; }
#menu ul li {float:left; position:relative; height:30px;z-index:100; padding-left:14px; padding-right:13px;}
#menu ul li ul {display: none; z-index:-10; list-style:none;}
#menu ul li ul li {float:left; position:relative; height:25px;z-index:-10;}
#menu ul li ul li a:link,#menu ul li ul li a:visited{height:25px;}

