/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.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.
=================================================================== */

ul.m
{
	margin: 0;
	background: transparent;
	/*position:relative;*/
	height: 25px;
	list-style: none;
	padding-left: 40px;
}

ul.m li.g
{
	float: left;
	display: block;
	padding: 0;
}

ul.m li a.gli
{
	display: block;
	float: left;
	height: 25px;
	cursor: pointer;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	border-right: 1px solid #e7cf96;
	padding: 0 20px 0 20px;
}

ul.m li a.gli2
{
	display: block;
	float: left;
	height: 25px;
	cursor: pointer;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	padding: 0 0 0 20px;
}

ul.m li a.gli span, ul.m li a.gli2 span
{
	float:left;
	display:block;
	height: 26px;
}

ul.m li a.gli:hover, ul.m li a.gli2:hover
{
	color:#9d5500;
}

ul.m table
{
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

ul.m a:hover 
{
	visibility:visible;
	position:relative;
	z-index: 11;
}

ul.m li:hover
{
	position:relative;
	z-index: 11;
}

ul.m ul, ul.m :hover ul ul, ul.m :hover ul :hover ul ul, ul.m :hover ul :hover ul :hover ul ul, ul.m :hover ul :hover ul :hover ul :hover ul ul
{
	position: absolute;
	width: 0;
	height: 0;
	left: -1000in;
	top: -1000in;
	margin: 0;
	padding: 0;
}

ul.m :hover ul.bo
{
	left: 0;
	top: 25px;
	background: #d8d8d8;
	padding: 4px;
	border: 1px solid #aeaeae;
	white-space: nowrap;
	width: 150px;
	height: auto;
	z-index: 12;
}

ul.m :hover ul.bo li
{
	display:block;
	height: 22px;
 	list-style: none;
	position:relative;
	float: left;
	font-weight: normal;
}

ul.m :hover ul.bo li a 
{
	display: block;
	font-size: 12px;
	height: 20px;
	width: 148px;
	line-height: 20px;
	text-indent: 2px;
	color: #222;
	text-decoration: none;
	text-align: left;
}

.m :hover ul.bo li a.go
{
	background-color: #d8d8d8;
	background-image: url('../img/arrow2.gif');
	background-position: 140px 7px;
	background-repeat: no-repeat;
}

ul.m :hover ul.bo li a:hover
{
	background:#999;
	color:#e7cf96;
	border: 1px solid #aeaeae;
}

ul.m :hover ul li:hover > a.go
{
	background-color: #999;
	background-image: url('../img/arrow2.gif');
	background-position: 140px 7px;
	background-repeat: no-repeat;
	color:#e7cf96;
} 

ul.m :hover ul :hover ul, ul.m :hover ul :hover ul :hover ul, ul.m :hover ul :hover ul :hover ul :hover ul, ul.m :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left: 149px;
	top: -1px;
	background: #d8d8d8;
	padding: 4px;
	border: 1px solid #aeaeae;
	white-space: nowrap;
	width: 150px;
	z-index: 13;
	height: auto;
}


