/* ================================================================ 
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-image: url(../images/nav_roll.gif);
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:18px;
	position:relative;
	z-index:500;
	left: 365px;
	float: left;
}

#nav li.top {
	display:block;
	float:left;
	height:18px;
	background-color:#FFA51A;
	width: auto;
}
#nav li a.top_link {display:block; float:left; height:18px; cursor:pointer; background-color:#FFA51A;}
#nav li a.top_link span {height:18px; background-position: left top; padding: 0; background-color:#FFA51A;}
#nav li a.top_link span.down {padding:0; height:36px; background:url(../images/blank_over.gif) no-repeat left top;}

#nav li a.top_link:hover {background: url(../images/blank_over.gif) no-repeat; height:18px;}
#nav li a.top_link:hover span {	background:url(../images/nav_roll.gif) no-repeat left top; height:18px; overflow: hidden;}
#nav li a.top_link:hover span.down {background:url(../images/nav_roll.gif) no-repeat left top; height:18px; overflow: hidden;}

#nav li:hover > a.top_link {background: url(../images/nav_roll.gif) no-repeat left top; height:18px; overflow: hidden;}
#nav li:hover > a.top_link span {background: url(../images/nav_roll.gif) no-repeat left top; height:18px; overflow: hidden;}
#nav li:hover > a.top_link span.down {background: url(../images/nav_roll.gif) no-repeat left top; height:18px; overflow: hidden;}

/* 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:18px; background: #FFC46A; width:auto; height:auto; z-index:300;}
#nav li:hover ul.sub li {display:block; height:auto; position:relative; float:left; width:auto; margin-top:0em;}
#nav li:hover ul.sub li a {display:block; height:auto; width:auto; margin-top:0em; line-height:8pt}
#nav li ul.sub li a.fly {background:#FFC46A;}
#nav li:hover ul.sub li a:hover  {background:#FFEDD1 url(../images/nav_roll.gif) repeat-y; }
#nav li:hover ul.sub li a.fly:hover {background:#FFC46A url(../images/nav_roll.gif) repeat-y;}
#nav li:hover ul li:hover > a.fly {background:#FFC46A url(../images/nav_roll.gif) no-repeat;} 

#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:175px; top:0px; background: #FFEDD1; width:auto; z-index:400; height:auto;}

/* testing 

#nav li:hover ul li:hover > a.flytall {background:#FFEDD1 url(../images/dvsas2_roll.gif) no-repeat;} 
#nav li:hover ul.sub li b:hover 
{background:#FFEDD1 url(../images/dvsas2_roll.gif) no-repeat;}

end testing */


