/* place anything above the menu on a higher level */
#header, #topad {position:relative; z-index:500;}
#info {z-index:10;}
/* set link defaults */
a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}
/* ================================================================ 
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/ul-multi.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

ul {margin:0; padding:0; list-style:none;}
#container {width:800px; margin:0 auto; position:relative; z-index:50;}

#nav {position:relative; height:27px; background:rgb(35, 81, 149); font:normal 13px arial, verdana, sans-serif;}
.menu {position:absolute;}
.menu li.nosub {width:125px; float:left;}
.menu .list {width:125px; margin-top:-32000px; float:left;}
.menu a {display:block; height:27px; line-height:27px; text-decoration:none; padding:0; color:#fff; width:124px; border-right:1px solid #fff; border-bottom:1px solid #fff;}
.menu .sub a {background:#ccc; margin-right:-1px; position:relative; color:#000;}
.menu .sub {float:left; padding-top:27px; margin-top:-27px;}
.subz {margin-top:27px;}

.menu a.link {position:relative; margin-top:32000px; margin-right:-149px; float:left; color:#fff; background:rgb(35, 81, 149);}
.menu a:hover, 
.menu a:focus, 
.menu a:active {margin-right:0;background:#94A4BD; color:#fff;}

.sub:hover {clear:both;}
.list .list {position:absolute; z-index:10; height:27px;}
.list .list .sub {position:relative; left:124px; top:0; padding-top:0; background:transparent;}
.list .list .subL {left:auto; right:124px; top:0;}

