/* ================================================================ 
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.
=================================================================== */

.preload1 {background: url(../images/nav-bg.png);}
.preload2 {background: url(../images/nav-bg.png);}

#nav {
	padding:0;
	margin:0 auto;
	list-style:none;
	height:30px;
	background:#0F2549 repeat-x;
	position:relative;
	z-index:500;
	font-family:Helvetica, arial, sans-serif;
	width: 900px;
}
#nav li.top {
	display:block;
	float:left;
	height:30px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 8px;
	cursor:pointer;
	background: #0F2549 repeat-x;	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #dfdfdf;*/
}
#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:30px; 
	/*background: url(../images/nav-bg.png) right top no-repeat;*/
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:30px;
	/*background: url(../images/arrow.gif) no-repeat right center;*/
}

#nav li:hover a.top_link {
	color:#FFF;
}
/*
#nav li:hover a.top_link span.down {
	background: url(../images/arrow_over.gif) no-repeat right center;
}
*/
/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub {
	left:1px;
	top:30px;
	background: #0F2549;
	padding-top: 0px;
	white-space:nowrap;
	width:160px;
	height:auto;
	z-index:3;
}
#nav li:hover ul.sub li {
	display:block;
	height:24px;
	position:relative;
	float:left;
	width:160px;
	font-weight:normal;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav li:hover ul.sub li a {
	display:block; 
	font-size:12px; 
	height:30px; 
	width:160px; 
	line-height:18px; 
	text-indent:5px; 
	font-weight:bold; 
	color: #FFF; 
	text-decoration: none;
	/*border: 1px solid #e2e2e2;*/
}
#nav li ul.sub li a.fly
{background: #0F2549; /*url(../images/arrow_over.gif) 150px 6px no-repeat;*/}
#nav li:hover ul.sub li a:hover 
{background: #0F2549; color:#FF0;}
#nav li:hover ul.sub li a.fly:hover
{background: #0F2549; /*url(../images/arrow_over.gif) 150px 6px no-repeat;*/ color:#FFF;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

