/* ================================================================ 
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 {
	font-family:Arial, sans-serif;
	padding:0;
	overflow:visible;
}
#nav.show_nav {
	background: #070B0E;
	clear: both;
	margin: auto;
	height: 232px;
}
#nav_icon {
	display:none;
	float: right;
	height: 35px;
	margin: 0 0.65em 10px 0;
	outline: none;
	padding: 5px 0;
	width: 87px;
}
	#nav_button {
		background: url(../images/menu-icon.png) right 5px no-repeat;
		color: #fff;
		display: block;
		height: 30px;
		outline: none;
		width: 90px;
		padding: 1px 0 0 0;
		text-align: left;
	}
	#nav_button.open {
		background:url(../images/menu-close.png)  right 5px no-repeat;
	}
#nav li.top {
	cursor: pointer;
	display: block;
	float: left;
	height: 32px;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 14.2%;
}
#nav li.row {
	background: #070B0E;
	border-bottom: 1px solid #375174;
	float:none;
	height:auto;
	text-align: left;
	padding:5px 0 5px 5px;
	margin:0;
	width:100%;
}
#nav li a.top_link {
	color: #fff;
	cursor: pointer;
	display: block; 
	font-size:14px;
	height:22px;
	margin: 0;
	position:relative;
	text-decoration: none;
	vertical-align: middle;
}


#nav li:hover a.top_link, #nav li.selected a.top_link {
	color: #517FBE;
}

#nav li:hover {
	position:relative; 
	z-index: 400;
}

#nav li:hover ul.sub
{
	background-color: #070B0E;
	border: 0;
	height:auto; 
	left:0;
	top: 32px;
	white-space:nowrap; 
	min-width: 100%;
	overflow:visible;
	width:auto;
	z-index: 400;
}
#nav li:hover ul.sub li
{
	background-color: #070B0E;
	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 #375174;
	color: #fff; 
	display:block; 
	font-size: 10pt;
	margin: 0; 
	padding: 8px; 
	text-align: left; 
	text-decoration: none; 
	z-index:700;
}

#nav li:hover ul.sub li a:hover 
{
	color: #517FBE;
	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: #070B0E;
	height: auto;
	left: 100%;
	overflow:visible;
	top: 0;
	white-space: nowrap;
	width: 100%;
	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; 
	overflow:visible;
	padding:0; 
	position:absolute; 
	top:-9999px; 
	width:100%; 
}
