/* ================================================================ 
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-color: #FFFFFF;
}
.preload2 {
	background-image: url(blank_overa1.gif);
	background-color: #FFFFFF;
}

#nav {
	padding:0px;
	margin:0;
	list-style:none;
	height:36px;
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(menuback.gif);
	background-repeat: repeat-x;
}
#nav li.top {
	display:block;
	float:left;
	background-color: #FFFFFF;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:32px;
	color:#ccc;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 5px;
	cursor:pointer;
	background-image: url(blank1.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 16px 0 7px;
	height:36px;
	background-image: url(blank1.gif);
	background-position: right top;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 16px 0 7px;
	height:36px;
	background-image: url(blank1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a.top_link:hover {
	color:#FFFFFF;
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
}
#nav li a.top_link:hover span {
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a.top_link:hover span.down {
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li:hover > a.top_link {
	color:#FFFFFF;
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
}
#nav li:hover > a.top_link span {
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li:hover > a.top_link span.down {
	background-image: url(blank_over1.gif);
	background-repeat: no-repeat;
	background-position: 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;
	list-style:none;
	padding: 0px;
}

#nav li:hover ul.sub
{
	left:0px;
	top:32px;
	white-space:nowrap;
	width:220px;
	height:auto;
	z-index:300;
	float: left;
	display: block;
	background-color: #7E8083;
	border: 1px solid #4E535B;
}
#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:220px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #4E535B;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:20px;
	width:220px;
	line-height:20px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li ul.sub li a.fly
{
	background-color: #7E8083;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 214px 7px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#FFFFFF;
	background-color: #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#FFFFFF;
	background-color: #3366FF;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 214px 7px;
}

#nav li:hover ul li:hover > a.fly {
	color:#FFFFFF;
	background-color: #3366FF;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 214px 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:220px;
	top:7px;
	white-space:nowrap;
	width:220px;
	height:auto;
	border: 1px solid #4E535B;
	background-color: #7E8083;
	background-repeat: repeat-x;
}

