/* ================================================================ 
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.
=================================================================== */
#outer {width:707px; background:transparent; height:51px;}

#menuHolder {position:relative; float:left;}

#dropline {padding:0; margin:0; list-style:none; float:left; position:relative; width:707px; height:30px;}
#dropline div {position:absolute; left:-9999px; width:100%; z-index:10; height:35px; top:30px; background:#747F81;}
#dropline ul {padding:0; margin:0; list-style:none;}
#dropline table {border-collapse:collapse: padding:0; margin:-1px -10px; width:0; height:0;}

#dropline li ul {position:relative; float:left; left:0;}
#dropline li ul li {float:left; position:relative;}
#dropline li ul li a {display:block; float:left; padding:0 10px; background:transparent; color:#2c2c2c; font-weight:normal; height:21px;line-height:20px;}
#dropline li ul li a:hover {text-decoration:none; background:transparent; color:#fff;line-height:20px;}

#dropline li {float:left; }
#dropline li.last {margin:0;}
#dropline li a {display:block; float:left; height:30px; padding:0 0 0 20px; line-height:27px; text-decoration:none; font-family:"verdana"; font-size:12px; text-decoration:none; color:#004E99; background-color:#ffffff;  }
#dropline li a b {display:block; float:left; height:30px; padding:0 20px 0 0; background-color:#ffffff; cursor:pointer; font-weight:normal;} 

#dropline li a:hover {background-color:#004E99;  color:#fff; border:0;}
#dropline li a:hover b {background-color:#004E99; }

#dropline li:hover > a {background-color:#004E99; color:#fff; border:0;}
#dropline li:hover > a b {background-color:#004E99; }

#dropline :hover div {left:0; height:21px;} 

#dropline li.current a,
#dropline li.current a:hover {background-color:#004E99; color:#fff; font-weight:normal; }
#dropline li.current a b,
#dropline li.current a:hover b {background-color:#004E99; color:#fff;}

#dropline li.current a:hover ul li a:hover {color:#fff; background:transparent; height:21px; line-height:20px;}
#dropline li.current:hover ul li a:hover {color:#fff; background:transparent; height:21px; text-decoration:none; line-height:20px;}

#dropline li.current div {width:100%; left:0; top:30px; background:#747F81; z-index:5; height:21px;}
#dropline li.current ul {float:left; height:21px; }
#dropline li.current ul li {float:left; height:21px;}
#dropline li.current ul li a {display:block; float:left; height:21px; padding:0 10px; background:transparent; font-weight:normal; color:#2C2C2C; font-size:12px; line-height:20px;}
#dropline li.current ul li.current_sub a {display:block; float:left; padding:0 10px; background:transparent; color:#ffffff; line-height:20px;}
#dropline li.current ul li.current_sub a:hover {background:transparent; color:#fff; text-decoration:none;}

* html #dropline li.current div {width:expression(document.getElementById('dropline').offsetWidth);}
* html #dropline li a:hover div {width:expression(document.getElementById('dropline').offsetWidth);}
