/* ================================================================ 
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:left; margin-right:1px;}
#menu li a {display:block; float:left; height:25px; line-height:30px; background:#003868; color:#FFFFFF; text-decoration:underline; font-size:11px; font-weight:bold; padding:0 10px;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:500;color:#fff; background-color:#CE263A; text-decoration:underline; font-size:11px; font-weight:bold; padding:0 10px;  height:25px; line-height:30px; }
#menu li:hover {z-index:500;}
