/* ================================================================ 
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.
=================================================================== */

#menuHolder {float:left; width: 100%; position:relative;}

#dropline {padding:0; margin:0; list-style:none; float:left; position:relative; z-index:10;}
#dropline ul {padding:0; margin:0 !important; list-style:none;}

#dropline li {float:left; margin-left:1px; position: relative;}
#dropline li a {display:block; float:left; height:25px; padding:0 0 0 25px; line-height:25px; text-decoration:none; font-family:"trebuchet MS", sans-serif; font-size:13px; text-decoration:none; color:#000; background:url(../scripts/navigation/button-off.png);}
#dropline li a b {display:block; float:left; height:25px; padding:0 25px 0 0; line-height:25px; background:url(../scripts/navigation/button-off.png) right top; cursor:pointer;}

#dropline li.first {margin-left: 0px;}
#dropline li.first a {padding: 0 0 0 30px;}
#dropline li.first a b {padding: 0 30px 0 0;}

#dropline li a:hover {background:url(../scripts/navigation/button-over.png); color:#fff; border:0;}
#dropline li a:hover b {background:url(../scripts/navigation/button-over.png) right top;}

#dropline li:hover > a {background:url(../scripts/navigation/button-over.png); color:#fff; border:0;}
#dropline li:hover > a b {background:url(../scripts/navigation/button-over.png) right top;}

#dropline li.current a,
#dropline li.current a:hover {background:url(../scripts/navigation/button-select.png); color:#fff; font-weight:bold;}
#dropline li.current a b,
#dropline li.current a:hover b {background:url(../scripts/navigation/button-select.png) right top; color:#fff;}

#dropline li.current a:hover ul li a:hover {color:#000; background:transparent;}
#dropline li.current:hover ul li a:hover {color:#a2b9c7; background:transparent;}
#dropline li.current ul li a {background:transparent !important;}
#dropline li.current ul li a:hover {color:#a2b9c7;}

#dropline li ul {position:absolute; left:15px; z-index:10; top:25px; float:left; margin-bottom:0px !important; width:100%; display:none; }
#dropline li:hover ul {display: block;}
#dropline li ul li {margin: 0px;}
#dropline li ul li a {display:block; float:left; padding:0 10px; background:transparent; color:#FFF; font-weight:bold; height:22px; line-height:22px; white-space:nowrap;}
#dropline li ul li a:hover {text-decoration:none; background:transparent; color:#9db7c8; }
#dropline li ul li.active a {color:#AB0041;}

#menuHolder .sub-menu-bg {position:absolute; top:25px; left:0px; background:#000; width:100%; height:25px; float:left; display:none; z-index: 3;}