/* ================================================================ 
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 {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:right; position:relative; left:-33%; text-align:left; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background:#0000FF; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 30px 0 20px;}

#menu li a:hover {z-index:200; position:relative;color:#000000; background-color:#FFFFFF;}
#menu li:hover {position:relative; z-index:200;}



