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


#drop {background: #fff; padding:0; list-style:none; height:43px; position:relative; z-index:5; font-family:arial, verdana, sans-serif;}
/* center the drop down */
#drop { width: 818px; margin: 0px auto; }
#drop ul {margin: 0px; padding: 0px; }

#drop li.top {display:block; float:left; height:43px; text-align: center;}
/* these a.top_link elements do not necessarily need a bg image, but I included one so that they span their whole height in IE7 */
#drop li a.top_link {border: none; border-top: 3px solid #2d4061; border-right: 1px solid #fff; background: #b4cb3d; width: 142px; display:block; float:left; height:32px; color:#2d4061; font-weight: bold; text-decoration:none; font-size:11px; padding:0px 10px; padding-top: 8px; cursor:pointer;}
#drop li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; }
#drop li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; }

#drop li:hover a.top_link {color:#fff; background: #2d4061; border-top: 3px solid #b4cb3d}

/* Default list styling */

#drop li:hover {position:relative; z-index:2; display: block;}

#drop li:hover ul.sub
{float:left; left:0px; top:43px; background: #000 url('../images/menu/dropbg.gif') repeat-x; padding:0px 3px 3px 3px; border:1px solid #555; width:175px; height:auto; z-index:3; display: block;}
#drop li:hover ul.sub li
{display:block; position:relative; float:left; width:175px; font-weight:normal;}
#drop li ul.sub li a
{background: url('../images/menu/page.png') no-repeat center left; padding: 5px; padding-left: 20px; display:block; font-size:11px; width:150px; color:#ccc; text-decoration:none; border-bottom:1px solid #555; text-align: left;}
#drop li ul.sub li a.fly
{background: url('../images/menu/folder.png') no-repeat center left; cursor: pointer; color: #ccc; display: block;}
#drop li:hover ul.sub li a:hover 
{background: #b4cb3d url('../images/menu/page2.png') no-repeat center left; color:#000; display: block;}
#drop li:hover ul.sub li a.fly:hover
{background: #b4cb3d url('../images/menu/folder2.png') no-repeat center left; color:#000; display: block;}


#drop li:hover li:hover ul,
#drop li:hover li:hover li:hover ul,
#drop li:hover li:hover li:hover li:hover ul,
#drop li:hover li:hover li:hover li:hover li:hover ul
{top:10px; left: 150px; background: #000 url('../images/menu/dropbg.gif') repeat-x; padding:0px 3px 3px 3px; border:1px solid #555; width:175px; height:auto; display: block; z-index: 4;}

#drop ul, 
#drop li:hover ul ul,
#drop li:hover li:hover ul ul,
#drop li:hover li:hover li:hover ul ul,
#drop li:hover li:hover li:hover li:hover ul ul
{position:absolute; top: -9999px; left: -9999px; list-style:none; display: none;}

/* this is the hover */
#drop li:hover li:hover a.fly,
#drop li:hover li:hover li:hover a.fly,
#drop li:hover li:hover li:hover li:hover a.fly,
#drop li:hover li:hover li:hover li:hover li:hover a.fly
{background: #b4cb3d url('../images/menu/folder2.png') no-repeat center left; color:#000; cursor: pointer;} 

/*this is not*/
#drop li:hover li:hover li a.fly,
#drop li:hover li:hover li:hover li a.fly,
#drop li:hover li:hover li:hover li:hover li a.fly
{background: url('../images/menu/folder.png') no-repeat center left; color: #ccc;} 
