/* ================================================================ 
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: 28px; /* 39px (total height) - 7px (margin top) */
	position: relative; 
	white-space: nowrap;
}
#nav li a.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #FFFFFF;  
	cursor: pointer;
	display: block; 
	float: left; 
	font-size: 14px; 
	height: 28px; 
	line-height: 28px; 
 	/* padding: 0 13px 0 13px; */
	text-decoration: none;
	white-space: nowrap;
}
#nav li span.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #FFFFFF;  
	cursor: pointer;
	display: block; 
	float: left; 
	font-size: 14px; 
	height: 28px; 
	line-height: 28px; 
 	/* padding: 0 13px 0 13px; */
	text-decoration: none; 
	white-space: nowrap;
}

#nav li a.top_link span {
/*
	background: url(three_0.gif) right top no-repeat;
*/
	display:block; 
	float:left; 
	height: 28px; 
	line-height: 28px; 
}

#nav li:hover a.top_link {
	color: #EE7F04;  
}
#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: #0E0031;
	/* border: 1px solid #FFFFFF; */
	height:auto; 
	left:0; 
	padding-bottom: 2px;
	top: 28px; 
	white-space:nowrap; 
	width: 200px; 
	z-index: 400;
}
#nav li:hover ul.sub li
{
	display:block; 
	float:left; 
	font-weight:normal;
	line-height: 12px; 
	margin: 0;
	position:relative; 
	width: 200px;  /* 180px (total width) */
}
#nav li:hover ul.sub li a
{
/*
	border:1px solid #50b5d0;
*/
	border-top: 1px solid #271F52;
	color: #FFFFFF; 
	display:block; 
	font-size: 10pt;
	font-weight:bold;
	margin: 0 8px 0 8px; 
	padding: 8px; 
	text-align: left; 
	text-decoration: none; 
	width: 168px;  /* 200px (total width) - 8px (margin right) - 8px (margin left) - 8px (padding right) - 8px (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: #271F52; 
	color: #EE7F04; 
	text-decoration: none;
}
#nav li:hover ul.sub li a.fly:hover
{
/*
	background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; 
*/
	color:#fff;
}

#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: 200px; 
}

#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: #0E0031;
	/* border: 1px solid #FFFFFF; */
	height:auto;
	left: 200px; 
	top: -1px; 
	white-space:nowrap; 
	width: 200px; 
	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;
	padding-bottom: 2px;
	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:#fff;
	color:#fff; 
} 

#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:#000; 
} 

#nav li a#mSelected {
	color: #B32121;  
}
#nav li:hover a#mSelected {
	color: #EE7F04;  
}
