/* ================================================================ 
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: 888px;
	background:transparent;
	height:70px;
	overflow:hidden;
	margin-left: 33px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

#menuHolder {float:left;}

#dropline {padding:0; margin:0; list-style:none; float:left; position:relative; }
#dropline div {
	position:absolute;
	left:-9999px;
	width:874px;
	z-index:10;
	height:35px;
	top:35px;
	background:#1b77c3;
	background-image: url(../images/highlightbar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#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; right:0%;}

#dropline li ul li a {
	display:block;
	float:left;
	padding:0 10px;
	background:transparent;
	color:#D0E3F2;
	font-weight:normal;
}
#dropline li ul li a:hover {text-decoration:none; background:transparent; color:#000; cursor: pointer;}

#dropline li {float:left; margin-right:1px; margin-top:3px;}
#dropline li.last {margin:0;}

#dropline li a {display:block;float:left; height:35px; padding:0 0 0 15px; line-height:30px; font-weight:normal; text-decoration:none; color:#e4f1fc; background:url(button-off.png); }
#dropline li a span {display:block; float:left; height:35px; padding:0 15px 0 0; background:url(button-off.png) right top;}

#dropline li a:hover {background:url(button-over.png); color:#fff; border:0;}
#dropline li a:hover span {background:url(button-over.png) right top;}

#dropline li:hover > a {background:url(button-over.png); color:#fff; border:0; }
#dropline li:hover > a span {background:url(button-over.png) right top;}

#dropline :hover div {left:0;}

#dropline li.current a,
#dropline li.current a:hover {background:url(button-select.jpg); color:#fff; font-weight:normal;}
#dropline li.current a span,
#dropline li.current a:hover span {background:url(button-select.jpg) right top; color:#1f2e53;}

#dropline li.current a:hover ul li a:hover {color:#000; background:transparent;}
#dropline li.current:hover ul li a:hover {color:#000; background:transparent;}

#dropline li.current div {
	width:874px;
	left:0px;
	top:35px;
	z-index:5;
	background-color: #56a5e5;
	font-weight:normal;
	background-image: url(../images/currentbar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#dropline li.current ul {
	position:relative;
	float:left;
	left:0%;
}
#dropline li.current ul li {
	float:left;
	position:relative;
	right:0%;
}

#dropline li.current ul li a {
	display:block;
	float:left;
	padding:0 10px;
	background:transparent;
	color:#e4f1fc;
	font-weight:normal;
	cursor: pointer;
}

#dropline li.current ul li.current_sub a {
	display:block;
	float:left;
	padding:0 10px;
	background:transparent;
	color:#1f2e53;
	cursor: default;
	
}
#dropline li.current ul li.current_sub a:hover {
	background:transparent;
	color:#fff;
	cursor: default;
	
}

* html #dropline li.current div {width:expression(document.getElementById('dropline').offsetWidth);}
* html #dropline li a:hover div {width:expression(document.getElementById('dropline').offsetWidth);}

