/* ================================================================ 
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_2.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-image: url(three_1.jpg);
}
.preload2 {
	background-image: url(three_1a.jpg);
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	background-repeat: repeat-x;
	width: 806;
	background-image: url(three_0.jpg);
}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {
	display:block;
	float:left;
	height:20px;
	line-height:15px;
	color:#000099;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:20px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 12px;
	width: 148px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:26px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav li:hover a.top_link {
	color:#FFFFFF;
	background-image: url(three_1a.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
#nav li:hover a.top_link span {
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li:hover a.top_link span.down {
	background-repeat: no-repeat;
	background-position: right top;
}

/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}

#nav li:hover ul.sub
{
	left:4px;
	top:27px;
	padding:3px;
	border:1px solid #4974a7;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
	background-color: #FFFFFF;
}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:140px; font-weight:normal;}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:20px;
	width:148px;
	line-height:15px;
	text-indent:5px;
	color:#000099;
	text-decoration:none;
	text-align: left;
}
#nav li ul.sub li a.fly
{
	background-color: #4974a7;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 126px 6px;
}
#nav li:hover ul.sub li a:hover 
{background:#eaeaea; color:#000099; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	background-color: #eaeaea;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 126px 6px;
}


#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
{left:130px; top:-4px; background: #eaeaea; padding:3px; white-space:nowrap; width:124px; z-index:400; height:auto;}

#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
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	visibility: visible;
}

#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
{
	color:#fff;
	border-color:#fff;
	background-color: eaeaea;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 126px 6px;
} 

#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:#eaeaea url(arrow.gif) 80px 6px no-repeat; color:#FFF; border-color:#274b7d;} 
