/* ================================================================ 
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.
=================================================================== */

#nav { padding: 0; margin: 0 0 0 0; list-style:none; height:94px; position:relative; z-index:500 }
#nav li.top { display:block; float:left; height:35px; font-size: 16px; font-weight: bold; padding: 33px 0 0 0 }
#nav li.top:hover { color: #878787 }
#nav li.active {  }
#nav li.active > a { color: #f6c452 !important }
#nav li a.top_link { height:39px; line-height:27px; color:#fff; text-decoration:none; font-size: 16px; cursor:pointer }
#nav li a.top_link span { padding: 0 30px 0 0; height:35px }
#nav li a.top_link span.last { padding: 0 }
#nav li a.top_link span.down { padding: 0 30px 0 0; height:35px }
#nav li a.top_link:hover { color:#f6c452 }
#nav li a.top_link:hover span {}
#nav li a.top_link:hover span.down {}
.leftalign { text-align: left !important }

#nav li:hover > a.top_link { color:#f6c452 }
#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; cursor:pointer;}

#nav li:hover ul.sub
{left:0; top: 60px; white-space:nowrap; width:170px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:40px; position:relative; float:left; width:170px; font-weight:normal; border-bottom: 1px solid #777; margin-bottom: 0; text-align: center }
#nav li:hover ul.sub li.lsubli { border: 0 }
#nav li:hover ul.sub li a
{display:block; font-size:16px; height:20px; width:150px; line-height:20px; background-color: white; background: rgba(255, 255, 255, 0.9); color:#000; text-decoration:none; padding: 10px }
#nav li ul.sub li a.fly
{ background-color: #c04584; background: rgba(255, 255, 255, 0.9) 0 0 no-repeat }
#nav li:hover ul.sub li a:hover 
{background:#f6c452; color:#000;}
#nav li:hover ul.sub li a.fly:hover
{background:#f6c452; color:#000;}

#nav li:hover ul li:hover > a.fly {background:#f6c452; color: #000;} 

#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:147px; top:0; white-space:nowrap; width:145px; z-index:400; height:auto;}

.lsub, .lsub li, .lsub li a, .lsub li a span  { width: 170px !important }