/* ================================================================ 
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 {
	cursor: pointer; 
	display: block; 
	float: left;
	margin: 0;
	height: 32px; /* 39px (total height) - 7px (margin top) */
	padding-top: 7px;
	position: relative; 
	z-index:100;
}
#header_main #header_menu .menu ul#nav li.top .top_link a{
	color:#84a7bf;
}
#nav li a.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #84a7bf;  
	cursor: pointer;
	display: block; 
	float: left; 
	font-size: 14px; 
	height: 29px; 
	line-height: 29px; 
 	padding: 0 13px 0 13px;
	position: relative;
	text-decoration: none;
	white-space:nowrap;
	z-index: 200;
}
#nav li span.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #84a7bf;  
	cursor: pointer;
	display: block; 
	float: left; 
	font-size: 14px; 
	height: 29px; 
	line-height: 29px; 
 	padding: 0 13px 0 13px;
	position: relative;
	text-decoration: none;
	white-space:nowrap;
	z-index: 200;
}

#nav li a.top_link span {
/*
	background: url(three_0.gif) right top no-repeat;
*/
	display:block; 
	float:left; 
	height: 39px; 
	line-height: 39px; 
}

#nav li:hover a.top_link {
	color: #84a7bf;  
}
#nav li:hover a.top_link span {
	background:url(three_1.gif) no-repeat right top; /* this is needed for the menu to work */
}
#nav li:hover a.top_link span.down { padding-bottom:3px; }

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index: 400;
}

#nav li:hover ul.sub
{
	background-color: #fff;
	height:auto; 
	left:0; 
	top:39px; 
	white-space:nowrap; 
	width: 184px; 
	z-index: 400;
}
#nav li:hover ul.sub li
{
	border:1px solid #84a7bf;
	border-top:none;
	display:block; 
	float:left; 
	font-weight:normal;
	line-height: 12px; 
	position:relative; 
}
#nav li:hover ul.sub li a
{
/*
	border:1px solid #50b5d0;
*/
	color: #84a7bf; 
	display:block; 
	font-size: 10pt;
	
	margin: 0 0 0 0; 
	padding: 8px 0px; 
	padding-left: 26px;
	text-align: left; 
	text-decoration: none; 
	width: 157px;  /* 182px (total width) - 24px (padding left) */
}
#nav li ul.sub li a.fly
{
/*
	background:#50b5d0 url(arrow.gif) 80px 6px no-repeat;
*/
}
#nav li:hover ul.sub li a:hover 
{
	background-color: #DCE5EF; 
	color: #0166A9; 
	text-decoration: underline; 
}
#nav li:hover ul.sub li a.fly:hover
{
/*
	background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; 
*/
	color:#84a7bf;
}

#nav li b {
/*
	border-bottom:1px solid #ff6; 
*/
	color:#fff; 
	cursor:default;
	display:block; 
	font-size:11px; 
	height:18px; 
	line-height:18px; 
	margin-bottom:3px; 
	text-indent:6px; 
	width:108px; 
}

#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: #fff;
	border: 1px solid #FFFFFF; 
	height:auto;
	left: 182px; 
	top: -1px; 
	white-space:nowrap; 
	width: 183px; 
	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; 
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
/*
	background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; 
*/
	border-color:#DCE5EF;
	color:#84a7bf; 
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
/*
	background:#50b5d0 url(arrow.gif) 80px 6px no-repeat; 
	border-color:#50b5d0;
*/
	color:#84a7bf; 
} 

#header_menu .menu ul#nav li.top span.top_link a#mSelected {
	color: #0065aa; 
	font-weight:bold;
}
#nav li:hover a#mSelected {
	color: #0065aa;  
}

