/* ================================================================ 
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 {
	padding:0;
	overflow:visible;
	height: 65px;
	width: 780px;
	margin: 0 auto;
}

#nav li.top {
	cursor: pointer; 
	display: block; 
	float: left;
	margin: 0;
 	padding: 0;
	position:relative;
	top:0; 
	vertical-align: middle;
}

#nav li a.top_link {
	color: #A99E9A;
	cursor: pointer;
	display: block; 
	float: left; 
	font-family: 'Jura', sans-serif;
	margin: 0;
	position:relative;
	text-decoration: none;
	vertical-align: middle;
	padding: 24px 26px;
	font-size: 21px;
	font-weight: 600;
}
#nav li.selected a.top_link {
	background: #FDA44A;
	font-weight: bold;
}
#nav li:hover a.top_link {
	color: #F0F1F4;
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index: 400;
}

#nav li:hover ul.sub
{
	background-color: #14699F;
	border: 0;
	height:auto; 
	left:0;
	overflow:visible;
	top: 32px;
	white-space:nowrap; 
	width: auto;
	z-index: 400;
}
#nav li:hover ul.sub li
{
	background-color: #14699F;
	display:block; 
	font-weight:normal;
	line-height: 12px; 
	margin: 0;
	position:relative; 
	width: 100%;
}
#nav li:hover ul.sub li a
{
	border-top: 1px solid #1191D0;
	color: #fff; 
	display:block; 
	font-size: 10pt;
	font-weight:bold;
	margin: 0; 
	padding: 8px; 
	text-align: left; 
	text-decoration: none; 
	z-index:700px;
}

#nav li:hover ul.sub li a:hover 
{
	color: #F4E41F;
	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:#14699F;
	height:auto;
	left: 100%; 
	overflow:visible;
	top: 0; 
	white-space:nowrap; 
	width:auto;
	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; 
}
