/* ================================================================ 
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;
	height:30px;
	position:relative;
	z-index:500;
	font-family:Verdana, Geneva, sans-serif;
	width: 740px;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav li a.top_link:hover {
	color:#fff;
}
#nav li a.top_link:hover span {
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a.top_link:hover span.down {
}

#nav li:hover > a.top_link {
	color:#fff;
}
#nav li:hover > a.top_link span {

}
#nav li:hover > a.top_link span.down {
	background-image: url(r_menu.gif);

}

/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:300;
}

/* 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:30px;
	padding:3px;
	white-space:nowrap;
	width:203px;
	height:auto;
	z-index:400;
}
#nav li:hover ul.sub li
{
	display:block;
	height:36px;
	position:relative;
	float:left;
	width:205px;
	font-weight:normal;
	background-image: url(r_menu.gif);
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:12px;
	height:15px;
	width:1200px;
	line-height:15px;
	text-indent:0;
	color:#333;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#nav li ul.sub li a.fly
{
	background-repeat: no-repeat;
	background-position: 125px 7px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#FFF;
	background-image: url(r_menu.gif);
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#FFF;
	background-repeat: no-repeat;
	background-position: 125px 7px;
}

#nav li:hover ul li:hover > a.fly {
	color:#333;
	background-repeat: no-repeat;
	background-position: 125px 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:90px;
	top:-4px;
	padding:3px;
	white-space:nowrap;
	width:203px;
	z-index:400;
	height:36px;
}
