/* ================================================================ 
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.cssplay.co.uk/menus/pro_drop6.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(menubar-down.gif);}
.preload2 {background: url(menubar.gif);}

#nav2 {
	padding:0;
	margin:0;
	list-style:none;
	height:24px;
	background:#33729b url(menubar.gif) repeat-x bottom;
	position:relative;
	z-index:100;
	font-family:arial, verdana, sans-serif;
	border-top: 1px solid #33729b;
}
#nav2 li.top {display:block; float:left;}
#nav2 li a.top_link {
	display:block;
	float:left;
	height:21px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 10px 0 10px;
	cursor:pointer;
	border-right: 1px solid #2c3e4a;
	border-left: 1px solid #9dcfef;
}
#nav2 li a.top_link span {float:left; display:block; padding:0 12px 0 6px; height:21px;}
#nav2 li a.top_link span.down {float:left; display:block; padding:0 12px 0 6px; height:21px; }

#nav2 li:hover a.top_link,
#nav2 a.top_link:hover
{color:#000; background:#33729b url(menubar-down.gif) repeat-x; border-right: 1px solid #9cf69c; border-left: 1px solid #33a033;}
#nav2 li:hover a.top_link span, 
#nav2 a.top_link:hover span
{ }
#nav2 li:hover a.top_link span.down,
#nav2 a.top_link:hover span.down
{padding-bottom:3px;}

#nav2 table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav2 li:hover {position:relative; z-index:100;}
#nav2 a:hover {position:relative; white-space:normal; z-index:100;}

#nav2 :hover ul.sub
{left:1px; top:24px; background: #c8fbc8; padding:3px; border:1px solid #33a033; white-space:nowrap; width:180px; height:auto; z-index:150;}
#nav2 :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:180px; font-weight:normal;}
#nav2 :hover ul.sub li a
{display:block; font-size:11px; font-weight: bold; height:18px; width:178px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #c8fbc8;}
#nav2 li ul.sub li a.fly
{background:#c8fbc8 url(arrow.gif) 140px 6px no-repeat;}
#nav2 :hover ul.sub li a:hover 
{
	background:#33a033;
	color:#fff;
	border-color:#fff;
	font-weight: bold;
}
#nav2 :hover ul.sub li a.fly:hover
{background:#33a033 url(arrow_over.gif) 140px 6px no-repeat; color:#fff;}

#nav2 li b {display:block; font-size:11px; font-weight: bold; height:18px; width:178px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav2 a:hover a:hover ul,
#nav2 a:hover a:hover a:hover ul,
#nav2 a:hover a:hover a:hover a:hover ul,
#nav2 a:hover a:hover a:hover a:hover a:hover ul
{left:149px; top:-4px; background: #ffa240; padding:3px; border:1px solid #a65500; white-space:nowrap; width:180px; z-index:400; height:auto;}

#nav2 ul, 
#nav2 a:hover ul ul,
#nav2 a:hover a:hover ul ul,
#nav2 a:hover a:hover a:hover ul ul,
#nav2 a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav2 li:hover li:hover > ul
{left:150px; top:-4px; background: #ffa240; padding:3px; border:1px solid #A65500; white-space:nowrap; width:180px; z-index:400; height:auto;}
#nav2 li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav2 li:hover li:hover > a.fly
{background:#A65500 url(arrow_over.gif) 140px 6px no-repeat; color:#fff; border-color:#fff;} 
#nav2 li:hover li:hover > li a.fly
{background:#ffa240 url(arrow.gif) 140px 6px no-repeat; color:#000; border-color:#ffa240;}
