/* ================================================================ 
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.
=================================================================== */

#dropline {padding:0; margin:0; list-style:none; float:right; position:relative;}
#dropline div {position:absolute; left:-9999px; width:100%; z-index:10; height:15px; top:25px;}
#dropline ul {padding:0; margin:0; list-style:none;width:677px;}
#dropline table {border-collapse:collapse: padding:0; margin:-1px -10px; width:0; height:0;}

#dropline li ul {padding:0 0 0 20px;position:relative; float:right; background:#dfe6ec;width:587px;}
#dropline li ul li {float:left; position:relative;padding:0; background:#dfe6ec;}
#dropline li ul li a {display:block; float:left; padding:0 8px; background:transparent; color:#386c8d; font-weight:normal; font-size:12px;}
#dropline li ul li a:hover {text-decoration:none; background:transparent; color:#0a294f;}

#dropline li {float:left;padding:0 2px 0 3px;background:url(images/top_nav_sep.jpg) left 6px no-repeat;}
#dropline li.first {margin:0 0 0 40px;background:none;}
#dropline li.last {margin:0;}
#dropline li a {display:block; float:left; height:25px; padding:0 0 0 20px; line-height:25px; text-decoration:none; font-family:arial, sans-serif; font-size:13px; text-decoration:none; color:#396B8C; /*background:#386c8d;*/}
#dropline li a b {display:block; float:left; height:25px; padding:0 20px 0 0; /*background:#386c8d;*/ cursor:pointer;}

#dropline li a:hover {background:#dfe6ec; color:#386c8d; border:0;}
#dropline li a:hover b {background:#dfe6ec;}

#dropline li:hover > a {background:#dfe6ec; color:#386c8d; border:0;}
#dropline li:hover > a b {background:#dfe6ec;}

#dropline :hover div {left:0;}

#dropline li.current a,
#dropline li.current a:hover {background:#dfe6ec; color:#0a294f; font-weight:normal;}
#dropline li.current a b,
#dropline li.current a:hover b {background:#dfe6ec; color:#386c8d;}

#dropline li.current a:hover ul li a:hover {color:#386c8d; background:transparent;}
#dropline li.current:hover ul li a:hover {color:#386c8d; background:transparent;}

#dropline li.current div {width:100%; left:0; top:25px; z-index:5;}
#dropline li.current ul {position:relative; float:left;padding:0 0 0 20px;width:587px; background:transparent;}
#dropline li.current ul li {float:left; position:relative; background:#dfe6ec;}
#dropline li.current ul li a {display:block; float:left; padding:0 8px; background:transparent; color:#386c8d; font-weight:normal;}
#dropline li.current ul li.current_sub a {display:block; float:left; padding:0 10px; background:transparent; text-decoration:none;color:#0a294f;}
#dropline li.current ul li.current_sub a:hover {text-decoration:none; background:transparent; color:#0a294f;}

* html #dropline li.current div {width:expression(document.getElementById('dropline').offsetWidth);}
* html #dropline li a:hover div {width:expression(document.getElementById('dropline').offsetWidth);}

ul.blank  {background:transparent;height:0px;}
