/* ================================================================ 
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.cssplay.co.uk/menus/pro-dropline-9.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* for this demo only */

/* COLORS */
/* #9f0 (lime) has been changed for #fc0 (orange) */

#dropline9
{
	position:relative;
	font-size:12px;
	height:75px; /* change */
	width:740px; /* change */
	background:#fff;
	padding-left:10px;
	padding-top:5px;
}

#dropline9 ul
{
	padding:0;
	margin:0;
	list-style:none;
	width:740px; /* change */
	height:35px;
}

#dropline9 ul ul
{
	padding:0;
	margin:0;
	list-style:none;
	width:745px; /* change */
	height:35px;
}

#dropline9 table
{
	border-collapse:collapse;
	margin:-1px -20px 0 0;
	padding:0;
	width:0;
	height:0;
	font-size:1em;
}

#dropline9 li
{
	float:left;
	height:35px;
	background:#fff;
}

#dropline9 li a
{
	float:left;
	display:block;
	padding:0 0 0 10px;
	height:35px;
	line-height:35px;
	background: url("../img/layout/tabs.png") no-repeat left top;
	color:#000;
	text-decoration:none;
	font-family:tahoma, arial, verdana, sans-serif;
}

#dropline9 li a b
{
	float:left;
	height:35px;
	display:block;
	padding:0 22px 0 10px;
	background:url("../img/layout/tabs.png") no-repeat right top;
	cursor:pointer;
	display:inline;
	font-weight:normal;
}

#dropline9 li.current a
{
	background-position:0 -35px;
	border-color:#fff;
}

#dropline9 li.current a b
{
	background-position:100% -35px;
	color:#fc0; /* changed */
}

#dropline9 li ul
{
	position:absolute;
	top:35px;
	left:-9999px;
	z-index:10;
	background:#808080;
}

#dropline9 li.current ul
{
	left:0;
	z-index:1;
	background:#000;
	border-left:1px solid #7f7f7f
}

#dropline9 li a:hover
{
	background-position:0 -70px;
	border-color:#000;
	cursor:pointer;
}

#dropline9 li a:hover b
{
	background-position:100% -70px;
	border-color:#000;
	color:#fff;
}

#dropline9 li:hover > a 
{
	background-position:0 -70px;
	border-color:#000;
	cursor:pointer;
}
#dropline9 li:hover > a b
{
	background-position:100% -70px;
	border-color:#000;
	color:#fff;
}

#dropline9 li.current a:hover
{
	background-position:0 -35px;
	border-color:#000;
}

#dropline9 li.current a:hover b
{
	background-position:100% -35px;
	color:#fc0; /* changed */
}

#dropline9 li.current:hover a
{
	background-position:0 -35px;
	border-color:#000;
}

#dropline9 li.current:hover a b
{
	background-position:100% -35px;
	color:#fc0; /* changed */
}

#dropline9 ul :hover ul
{
	left:0;
	border-left:1px solid #d0d0d0;
}

#dropline9 ul :hover ul.right li,
#dropline9 ul li.current ul.right li
{
	float:right;
}

#dropline9 ul :hover ul.blank
{
	background:#e6e6e8;
	border-left:1px solid #e6e6e8;
}

#dropline9 ul :hover ul li a
{
	display:inline;
	background:#808080 url(../img/layout/bar.gif) right center no-repeat;
	padding:0 12px; /* change */
	margin:0;
	font-size:12px;
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color:#ddd;
	height:35px;
	line-height:34px;
}

#dropline9 ul :hover ul.right li a
{
	background:#808080 url(bar.gif) left center no-repeat;
}

#dropline9 ul li.current ul li a,
#dropline9 li.current a:hover ul li a,
#dropline9 li.current:hover ul li a	{display:inline;
	background:#000 url(../img/layout/bar.gif) right center no-repeat;
	padding:0 10px;
	margin:0;
	font-size:12px;
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color:#aaa;
	height:35px;
	line-height:34px;
}

#dropline9 ul li.current ul.right li a,
#dropline9 li.current a:hover ul.right li a,
#dropline9 li.current:hover ul.right li a
{
	background:#000 url(../img/layout/bar.gif) left center no-repeat;
}

#dropline9 ul :hover ul li a.last,
#dropline9 ul li.current ul li a.last,
#dropline9 li.current a:hover ul li a.last,
#dropline9 li.current:hover ul li a.last
{
	background-image:none;
}

#dropline9 li ul li.current_sub a,
#dropline9 li a:hover ul li.current_sub a,
#dropline9 li:hover ul li.current_sub a,
#dropline9 li a:hover ul li a:hover,
#dropline9 li:hover ul li a:hover
{
	color:#fff;
}

#dropline9 li.current ul li.current_sub a,
#dropline9 li.current a:hover ul li.current_sub a,
#dropline9 li.current:hover ul li.current_sub a,
#dropline9 li.current a:hover ul li a:hover,
#dropline9 li.current:hover ul li a:hover
{
	color:#fc0; /* changed */
}