/* ================================================================ 
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 */
#dropline {
	position:relative;
	padding:0;
	float:left;
	list-style:none;
	text-align:left;
	margin:0 ;
	font-size:12px;
	font-family:arial, sans-serif;
	height:30px;
	width:808px;
	margin:0px;
	padding:0px;/*position:relative; top:0px; left:0px;*/
}
#dropline div {
	padding:0;
	margin:0 auto;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:808px;
	text-align:left;
	background:none;
	color:#fff;
	margin-left:50px;
}

#dropline table {
	border-collapse:collapse;
	font-size:1em;
	float:left;
	margin:-1px;
}
#dropline ul li {
	float:left;
	display:inline;
	margin:0;
	text-align:center;
}
#dropline ul li a {
	display:inline-block;
	height:50px;
	line-height:50px;
	margin:0;
	padding:0 10px;
	background:transparent;
	font-weight:bold;
	font-size:11px;
	
}
#dropline li {
	display:inline;
	float:left;
	margin-right:1px;
	/*margin:0px;*/
	text-align:left;
}
#dropline li a {
	display:inline-block;
	width:267px;
	height:29px;
	margin:0px 0px 0px 0px;
	/*padding:0 56px 0 0;*/
	padding:0px;
	background:url(../images/button.gif) right top;
	line-height:30px;
	text-decoration:none;
	color:#443e3e;
}
#dropline li a.sub {
	text-align:center;
	background:url(../images/button-arrow.gif) right top;
}
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;
	width:267px;
	height:29px;
	float:left;
	text-align:center;
	/*padding:0 0 0 75px;*/
	background:url(../images/button.gif) left top;
	cursor:pointer;
}
#dropline li a:hover {
	background-position:right bottom;
	color:#fff;
}
#dropline li a:hover b {
	background-position:left bottom;
}
#dropline li:hover > a {
	background-position:right bottom;
	color:#fff;
}
#dropline li:hover > a b {
	background-position:left bottom;
}
#dropline :hover div {
	left:0;
	top:25px;
}
#dropline :hover ul li a{
	width:auto;
	color:#adadad!important;
	}
#dropline :hover ul li a:hover {
	text-decoration:underline;
	color:#0094ea!important;
}

