/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
#menu ul li a{
	padding:4px 10px 4px 10px;
	color:#000;
	text-decoration:none;
	display:block;
	overflow:hidden;
	_width:180px;
	_padding:0 10px;
	_height:20px;
	_line-height:20px;
}
#menu ul {
	list-style: none;
	padding:5px;
	background-image:url(img/bg-left-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	_background-image:none;
}
#menu ul li {
	position:relative;
	_float:left;
	border-bottom:1px dotted #989996;
}
#menu ul li.first{
	height:0;
	line-height:0;
	padding:0;
	margin:0;
	/*border-top:1px dotted #989996;*/
}
#menu ul li ul {
	display: none;
	margin-left:200px;
	margin-top:-21px;
	_margin-top:-22px;
	padding:0;
	background-image:none;
	background-color:#f9f9f9;
	border-top:1px dotted #989996;
	border-left:1px solid #989996;
	border-right:1px solid #989996;
	_margin-left:200px;
}
#menu .space{
	margin-top:15px;
	border-top:1px dotted #989996;
}
/* specific to non IE browsers */
#menu ul li:hover a,#menu .space a {
	padding-left:15px;
	width:175px;
	font-weight:bold;
	color:#4d2e0f;
	background-color:#fff;
	background-image:url(img/bg-btn-left.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:200px;
}
#menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
#menu ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
}
#menu ul li:hover ul li ul {
	display: none;
}
#menu ul li:hover ul li a {
	display:block;
	background:#f9f9f9;
	font-weight:normal;
}
#menu ul li:hover ul li a:hover {
	background:#fff;
	background-image:url(img/bg-btn-left.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	font-weight:bold;
}
#menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
#menu ul li:hover ul li:hover ul.left {
	left:-200px;
}
