/* ================================================================ 
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_pullup_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.
=================================================================== */

/* top margin for this demo only */
#nav1 {
	padding:0;
	margin-top:50px 0 0;
	list-style:none;
	height:24px;
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
}
#nav1 li.top {display:block; float:left;}
#nav1 li a.top_link {display:block; float:left; height:24px; line-height:24px; color:#ffffff; text-decoration:none; font-size:13px; padding:0 0 0 0px; cursor:pointer; width:190px; background: #003B6F; font-weight:normal; border-right:1px solid #CCC;}
#nav1 li a.top_link span {float:left; display:block; padding:0 12px 0 2px; height:24px;  }
#nav1 li a.top_link span.down {float:left; display:block; padding:0 12px 0 6px; height:24px;}
#nav1 li a.top_link:hover {color:#fff;  }
#nav1 li a.top_link:hover span { line-height:24px;  color:#fff;}
#nav1 li a.top_link:hover span.down { line-height:24px; }

#nav1 li:hover > a.top_link {color:#fff; }
#nav1 li:hover > a.top_link span {line-height:24px;}
#nav1 li:hover > a.top_link span.down {line-height:24px;}

/* Default list styling */

#nav1 li:hover {position:relative; z-index:200; background: #003B6F; }

/* keep the 'next' level invisible by placing it off screen. */
#nav1 ul, 
#nav1 li:hover ul ul,
#nav1 li:hover ul li:hover ul ul,
#nav1 li:hover ul li:hover ul li:hover ul ul,
#nav1 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; }

#nav1  li:hover ul 
{left:0; bottom:24px; top:auto; background: #003B6F;  white-space:nowrap; width:190px; height:auto; z-index:500; opacity: 0.9; filter: alpha(opacity=90); font-family:Verdana, Arial, sans-serif; font-size:13px; font-weight:normal;}


* html #nav1 li:hover ul {width:0;}
#nav1 li:hover ul li
{display:block; position:relative; float:left; font-weight:normal; background:#003B6F; clear:left; border-bottom:1px solid #FFF; width:190px; font-family:Verdana, Arial, sans-serif; font-size:13px;}
#nav1 li:hover ul li a
{display:block; font-size:13px; height:20px; line-height:24px; padding:0 5px; color:#Fff; text-decoration:none;  }
#nav1 li:hover ul li:hover 
{background:#003B6F;}
#nav1 li:hover ul li a:hover {text-decoration:none;}

#nav1 li:hover ul li:hover ul,
#nav1 li:hover ul li:hover ul li:hover ul,
#nav1 li:hover ul li:hover ul li:hover ul li:hover ul,
#nav1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:-5px; margin-left:100%; bottom:-4px; top:auto; background: #fff; padding:3px; border:1px solid #4f8383; white-space:nowrap; width:auto; z-index:500; height:auto;}

