/* ================================================================ 
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.
=================================================================== */



#nav5 {list-style:none;position:relative; z-index:500; }
#nav5 li.top {display:block; float:left;}
#nav5 li a.top_link {display:block; float:left; }
#nav5 li a.top_link span {float:left; display:block; }
#nav5 li a.top_link span.down {float:left; display:block;}
#nav5 li a.top_link:hover {text-decoration:underline;}



/* Default list styling */

#nav5 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav5 ul, 
#nav5 li:hover ul ul,
#nav5 li:hover ul li:hover ul ul,
#nav5 li:hover ul li:hover ul li:hover ul ul,
#nav5 li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;list-style:none;}

#nav5 li:hover ul.sub
{left:0; top:14px; z-index:800;}
#nav5 li:hover ul.sub li
{display:block; position:relative; }
#nav5 li:hover ul.sub li a
{display:block;}


#nav5 li:hover ul li:hover > a.fly {background:#3a93d2; width:215px;} 


