/* ================================================================ 
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.stunicholls.com/menu/pro_dropdown_3.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.
=================================================================== */


#nav li.top {
	background-color: #E9E3D3;
	border-bottom: 1px solid #fff;
	color: #000;
	cursor: pointer; 
	display: block; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	height: 28px; 
	line-height: 28px; 
	position: relative; 
	text-align: left;
	white-space: nowrap;
	width: 120px;
}
#nav li a.top_link {
	color: #000;
	cursor: pointer;
	display: block; 
	font-size: 12px;
	font-weight:bold;
	height: 28px; 
	line-height: 28px; 
 	padding: 0 13px 0 13px;
	position: relative; 
	text-decoration: none;
	white-space: nowrap;
}
#nav li span.top_link {
	color: #000;
	cursor: pointer;
	display: block; 
	font-size: 12px;
	font-weight:bold;
	height: 28px; 
	line-height: 28px; 
 	padding: 0 13px 0 13px;
	position: relative; 
	text-decoration: none; 
	white-space: nowrap;
}

#nav li:hover a.top_link {
	background-color: #CFBBA2;
	color: #333;  
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index: 400;
}

#nav li:hover ul.sub
{
	background-color: #E9E3D3;
	border: 0;
	border: 1px solid #fff;
	height:auto; 
	left:100px; 
	top: -1px;
	white-space:nowrap; 
	width: auto; 
	z-index: 400;
}
#nav li:hover ul.sub li
{
	display: block; 
	float: left; 
	font-size: 12px;
	font-weight: normal;
	line-height: 12px; 
	margin: 0;
	position: relative; 
	width: 100%;
}
#nav li:hover ul.sub li a
{
	border-bottom: 1px solid #fff;
	color: #333; 
	display:block; 
	font-size: 12px;
	font-weight:bold;
	margin: 0; 
	padding: 8px; 
	text-align: left; 
	text-decoration: none; 
}
#nav li:hover ul.sub li a:hover 
{
	background-color: #CFBBA2;
	color: #333;  
	text-decoration: none;
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	background-color: #E9E3D3;
	/* border: 1px solid #FFFFFF; */
	height:auto;
	left: 200px; 
	top: -1px; 
	white-space:nowrap; 
	width: 120px; 
	z-index:400; 
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{
	height:0; 
	left:-9999px; 
	list-style:none;
	margin:0; 
	padding:0; 
	position:absolute; 
	top:-9999px; 
	width:0; 
}
