/* ================================================================ 
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 {
}
.preload2 {
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:500;
	font-size: 13px;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	color:#00AAFF;
	cursor:pointer;
	width: 138px;
	font-weight: normal;
	height: 50px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A0AAB4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0AAB4;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a.top_link:hover {
	color:#fff;
	background-color: #00AAFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #415564;
}
#nav li a.top_link:hover span {
	color: #FFFFFF;
}
#nav li a.top_link:hover span.down {
	color: #000000;
}
#nav li:hover > a.top_link {
	color: #FFFFFF;
	background-color: #00AAFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #415564;
}
#nav li:hover > a.top_link span {
}
#nav li:hover > a.top_link span.down {
}
/* 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;
	font-weight: normal;
}
#nav li:hover ul.sub {
	left:0;
	top:65px;
	white-space:nowrap;
	width:180px;
	z-index:300;
}
#nav li:hover ul.sub li {
	display:block;
	position:relative;
	float:left;
	width:180px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:30px;
	width:180px;
	line-height:27px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #00AAFF;
	font-weight: normal;
	padding: 5px;
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
}
#nav li ul.sub li a.fly {
	background-color: #575757;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 7px;
}
#nav li:hover ul.sub li a:hover {
	color:#fff;
	background-color: #415564;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#nav li:hover ul.sub li a.fly:hover {
	color:#fff;
	background-color: #000000;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 190px 7px;
}
#nav li:hover ul li:hover > a.fly {
	color:#fff;
	background-color: #424242;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 190px 7px;
}
#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:205px;
	white-space:nowrap;
	width:200px;
	z-index:400;
	height:auto;
	top: 0px;
}
