/* ================================================================ 
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.
=================================================================== */
/* style the outer div to give it width */
#outer {margin-bottom: 5px;}
#dropline {
	padding:0;
	list-style:none;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	font-family:arial, sans-serif;
	height:41px;
	width:870px;
	position:absolute;
	left:0;
	top:90px;
}
#dropline div {
	padding:0;
	margin:0 auto;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:870px;
	text-align:center;
}
#dropline table {
	border-collapse:collapse;
	font-size:1em;
	float:left;
	margin:-1px;
}
#dropline ul li {
	display:inline;
	margin:0;
	text-align:left;
}
#dropline ul li a {
	display:inline-block;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 10px;
	background:transparent;
	font-size:11px;
}
#dropline li {
	display:inline;
	margin:0;
	text-align:center;
}
#dropline li a {
	display:inline-block;
	height:36px;
	margin:5px 0 0 0;
	line-height:30px;
	text-decoration:none;
	color:#726F6A;
}
#dropline li a.sub {
}
html>/**/body #dropline li {
	display:inline-block;
	padding:0;
}
* html #dropline li a {
	margin-bottom:-4px;
	margin-right:3px;
}
#dropline li a b {
	display:block;
	height:36px;
	float:left;
	background:url(../images/bg_btn.gif) left top no-repeat;
	cursor:pointer;
	width: 120px;
}
#dropline li a:hover {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
	color:#fff;
}
#dropline li a:hover b {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
}
#dropline li:hover > a {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
	color:#fff;
}
#dropline li:hover > a b {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
}
#dropline :hover div {
	left:0;
	top:35px;
}
#dropline :hover ul li a:hover {
	text-decoration:underline;
	color:#800;
	background: none;
}
#dropline ul li a {
	color:#000;
	border-right:1px solid #e60;
	font-size:11px;
}
#dropline ul.right li a {
	border-left:1px solid #e60;
	border-right:0;
}
#dropline ul li a.last {
	border:0;
}
#dropline ul.left li {
	float:left;
}
#dropline ul.right li {
	float:right;
}
#dropline li a:hover {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
	color:#fff;
}
#dropline li a:hover b {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
}
#dropline li:hover > a {
	background:url(../images/bg_btn_ovr.gif) left top no-repeat;
	color:#fff;
}
#dropline li:hover > a b {
}

