/* ================================================================ 
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(bg_hover.gif);*/
	background-color: #6699CC;
	}
.preload2 {background: url(bg_arrow_hover.gif);}

#nav {
	padding: 0;
	list-style: none;
	height: 23px;
	/*background:url(bg.gif) right top; */
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;	/*z-index:500; */
	}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
	float:left; 
	display:block; 
	height:20px; 
	line-height:18px; 
	color:#656565; 
	text-decoration: none; 
	font-size:15px; 
	font-weight:bold; 
	padding:0 0 0 0px; 
	cursor:pointer;
	}
#nav li div {
	float:left;
	display:block;
	margin-left:5px;
	padding-right:24px;
	height:20px;
	margin-top: 3px;	/*background: url(bg.gif) right top;*/
	}
#nav li div.down {
	float:left; 
	display:block; 
	margin-left:5px; 
	padding-right:24px; 
	height:20px; 
	background: url(bg_arrow.gif) no-repeat right top;
	}
#nav li.top:hover{
	/*background: url(bg_hover.gif) no-repeat;*/
	background-color: #6699CC;
	}
#nav li:hover a.top_link {color:#fff;}
#nav li:hover div {
	/*background: url(bg_hover.gif) no-repeat right top;*/
	background-color: #6699CC;
	}
#nav li:hover div.down {background: url(bg_arrow_hover.gif) no-repeat 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; 
	padding:0; 
	list-style:none;
	}

#nav li:hover ul.sub {
	left:20px; 
	top:20px; 
	background: #E4E7E9;
	padding:10px; 
	border:1px solid #404A5B;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	white-space:nowrap; 
	width:170px; 
	height:auto; 
	z-index:300;
	box-shadow: 7px 7px 8px #222;
	-webkit-box-shadow: 7px 7px 8px #222;
	-moz-box-shadow: 7px 7px 8px #222;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222, offX=7, offY=7, positive=true);
	
	}
#nav li:hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:170px; 
	font-weight:normal;
	}
#nav li:hover ul.sub li a {
	display:block; 
	font-size:13px;
	height:20px; 
	width:170px; 
	line-height:19px; 
	text-indent:5px; 
	color:#424242;
	text-decoration:none;}
#nav li ul.sub li a.fly {
	background:#fff url(side_arrow.gif) 160px 7px no-repeat;
	}
#nav li:hover ul.sub li a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	background:#6699CC;
	}
#nav li:hover ul.sub li a.fly:hover
{background: #66ABC5 url(side_arrow_hover.gif) 160px 7px no-repeat; color:#FFFFFF; text-decoration:none;}

#nav li:hover ul li:hover > a.fly {background:#66ABC5 url(side_arrow_hover.gif) 160px 7px no-repeat; color:#FFFFFF; text-decoration:none;} 

#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:170px; 
	top:-4px; 
	background: #fff; 
	padding:3px; 
	border:1px solid #999; 
	white-space:nowrap; 
	width:170px; 
	z-index:400; 
	height:auto;}