#pad {
	height:25px;
}
/* ================================================================ 
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 {
	list-style:none;
	height:40px;
	background:url(ulback.gif) repeat-x;
	position:relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	padding-right: 0;
	width: 530px;
}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {
	float:left;
}
#dropline li a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	color: rgb(250,250,250);
	font-weight: bold;
	width: auto;
}
#dropline li a b {
	display:block;
	height:40px;
	float:left;
	cursor:pointer;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#dropline li a:hover {
	background:url(tab_a.gif) no-repeat right top;
	line-height:40px;
	height:40px;
	width: auto;
}
#dropline li a:hover b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:40px;
	width: auto;
}

#dropline li:hover > a {
	background:url(tab_a.gif) no-repeat right top;
	line-height:40px;
	height:40px;
	width: auto;
}
#dropline li:hover > a b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:40px;
	width: auto;
}

#dropline ul {
	padding:0;
	list-style:none;
	position:absolute;
	height:20px;
	width:530px;
	left:-9999px;
	top:44px;
	z-index:10;
	border-bottom:1px solid #fff;
	margin: 0;
}
#dropline ul li {
	height:20px;
	line-height:20px;
	visibility: hidden;
}
#dropline ul.right li {float:right;}
#dropline ul li a {
	color:#000;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AA8852;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: auto;
}
#dropline ul li a:hover {
	height:20px;
	line-height:20px;
	background:transparent;
	color:#c60;
	width: auto;
}
#dropline ul.right li a {
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AA8852;
	width: auto;
}
#dropline ul li a.last {
	border:0;
	width: auto;
}


#dropline :hover ul {
	left:0;
	width: auto;
}

#dropline li.current ul {
	left:0;
	z-index:1;
}
#dropline li.current a {
	background:url(tab_a.gif) no-repeat right top;
	line-height:40px;
	height:40px;
	width: auto;
}
#dropline li.current a b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:40px;
	width: auto;
}
#dropline li.current ul li a {
	color:#000;
	height:20px;
	line-height:20px;
	background:transparent;
	visibility: visible;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: auto;
}
#dropline li.current ul li.current_sub a {
	color:#c60;
	width: auto;
}
#dropline li.current ul li a:hover {
	color:#c60;
	width: auto;
}
