/* ================================================================ 
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_drop_1.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.
=================================================================== */

.preload1 {background: url(../images/blank.gif);}
.preload2 {background: url(../images/blank_over.gif);}

#nav {
	padding:0;
	list-style:none;
	height:46px;
	background:#FFFFFF;
	position:relative;
	z-index:500;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 12px;
	width: 798px;
	font-weight: bold;
}
#nav li.top {
	display:block;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:46px;
	line-height:37px;
	color:#F9F9F9;
	text-decoration:none;
	font-size:12.5px;
	font-weight:bold;
	cursor:pointer;
	background: url(../images/blank.gif);
	width: 158px;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:46px;
	line-height:37px;
	width: 158px;
	background-image: url(../images/blank.gif);
	background-position: right top;
	text-align: center;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:40px;
	line-height:37px;
	background:url(../images/blank.gif) no-repeat right top;
	width: 158px;
}
#nav li a.top_link:hover {color:#F9F9F9; background: url(../images/blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(../images/blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(../images/blank_over.gif) no-repeat right top;}

#nav li:hover > a.top_link {
	color:#F9F9F9;
	background: url(../images/blank_over.gif) no-repeat;
}
#nav li:hover > a.top_link span {
	background:url(../images/blank_over.gif) no-repeat right top;
}
#nav li:hover > a.top_link span.down {background:url(../images/blank_over.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;
}

#nav li:hover ul.sub
{
	left:0;
	top:40px;
	background: #00007D;
	white-space:nowrap;
	width:170px;
	height:auto;
	z-index:300;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
}
#nav li:hover ul.sub li
{
	display:block;
	position:relative;
	float:left;
	font-weight:bold;
	text-align: left;
	color: #F9F9F9;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
	width:170px;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:12px;
	width:170px;
	line-height:normal;
	text-indent:5px;
	color:#F9F9F9;
	text-decoration:none;
	line-height:26px;
}
#nav li ul.sub li a.fly
{
	background-color: #00007D;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 160px 10px;
	width:170px;

}
#nav li:hover ul.sub li a:hover 
{
	background:#3a93d2;
	color:#F9F9F9;
	width:170px;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#F9F9F9;
	text-align: left;
	background-color: #3a93d2;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 160px 10px;
	width:170px;
}

#nav li:hover ul li:hover > a.fly {
	color:#F9F9F9;
	background-color: #3a93d2;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 160px 10px;
	width:170px;

} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{
	left:167px;
	top:0px;
	background: #003366;
	white-space:normal;
	width:170px;
	z-index:400;
	height:auto;
	text-align: left;
}
