/* ================================================================ 
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(blank_over.gif);}
.preload2 {background: url(blank_overa.gif);}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:48px;
	position:relative;
	z-index:500;
	font-family:"Times New Roman", Times, serif;
}
#nav li.top {
	display:block;
	float:left;
	height: 48px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 48px;
	color: #efe2b9;
}
	#nav li.top2 {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left;
	height:48px;
	line-height:36px;
	color:#efe2b9;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:48px;
	color: #efe2b9;
	line-height: 48px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	/*background-image: url(../images/nav-part-img.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
}
#nav li a.top_link span.down {
	display:block;
	height:48px;
	line-height: 48px;
	padding: 0;
}
#nav li a.top_link:hover {
	color:#ffffff;
	line-height: 48px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#nav li a.top_link:hover span {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 48px;
	color: #ffffff;

}
#nav li a.top_link:hover span.down {
	line-height: 48px;
}

#nav li:hover > a.top_link {
	color:#efe2b9;
}
#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;}

#nav li:hover ul.sub
{
	left:0;
	top:48px;
	padding:3px;
	border:1px solid #0e0e0e;
	white-space:nowrap;
	width:130px;
	height:auto;
	z-index:300;
	background-color: #000000;
}
#nav li:hover ul.sub li
{
	display:block;
	height:25px;
	position:relative;
	float:left;
	width:130px;
	font-weight:normal;
	background-color: #333433;
	margin-bottom: 1px;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:12px;
	height:25px;
	width:130px;
	line-height:25px;
	text-indent:5px;
	color:#ffffff;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav li ul.sub li a.fly
{
	background-color: #ebe6df;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#efe2b9;
	background-color: #484948;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	background-color: #c6beb3;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}

#nav li:hover ul li:hover > a.fly {
	color:#fff;
	background-color: #c6beb3;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 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;
	background: #fff;
	padding:3px;
	border:1px solid #3a93d2;
	white-space:nowrap;
	width:120px;
	z-index:500;
	height:auto;
}
