/* ================================================================ 
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 {
	border-right: 1px solid #887866; 
	cursor: pointer; 
	display: block; 
	float: left;
	margin: 0;
	padding: 0;
	position: relative; 
}
#nav li a.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #DDE2E6;  
	cursor:pointer;
	display:block; 
	float:left; 
	font-size: 12px; 
	font-variant: small-caps;
	font-weight:bold; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 35px 0 35px;
	text-decoration: none; 
}
#nav li span.top_link {
/*
	background: url("../images/menu/menu-hov.gif") right top no-repeat; 
*/
	color: #DDE2E6;  
	cursor:pointer;
	display:block; 
	float:left; 
	font-size: 12px; 
	font-variant: small-caps;
	font-weight:bold; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 35px 0 35px;
	text-decoration: none; 
}

#nav li a.top_link span {
/*
	background: url(three_0.gif) right top no-repeat;
*/
	display:block; 
	float:left; 
	height: 30px; 
	line-height: 30px; 
}

#nav li:hover a.top_link {
	background-color: #0C3649;  
}
#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 {
/*
	background:url(three_1a.gif) no-repeat right top; 
*/
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub
{
	background-color: #235465; 
	border: 1px solid #887866; 
	height:auto; 
	left:0; 
	top:30px; 
	white-space:nowrap; 
	width: 162px; 
	z-index:300;
}
#nav li:hover ul.sub li
{
	display:block; 
	float:left; 
	font-weight:normal;
	line-height: 12px; 
	position:relative; 
}
#nav li:hover ul.sub li a
{
/*
	border:1px solid #50b5d0;
*/
	color: #DDE2E6; 
	display:block; 
	font-size: 8pt; 
	margin: 0 0 0 0; 
	padding: 8px 0px; 
	padding-left: 16px;
	text-align: left; 
	text-decoration: none; 
	width: 146px; 
}
#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: #307A84; 
	color: #E4D9BD; 
	text-decoration: underline; 
}
#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:#ff6; 
	cursor:default;
	display:block; 
	font-size:11px; 
	height:18px; 
	line-height:18px; 
	margin-bottom:3px; 
	text-indent:6px; 
	width:88px; 
}

#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: #235465; 
	border: 1px solid #887866; 
	height:auto;
	left: 150px; 
	top: -1px; 
	white-space:nowrap; 
	width: 162px; 
	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:#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 {
	background-color: #0C3649;  
}
