/* ================================================================ 
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-strip.gif);}
.preload2 {background: url(../_images/nav-strip-h2.gif);}
.preload3 {background: url(../_images/nav-strip-h3.gif);}
*/
/*
height:57px;
	width:1000px;
	margin:auto;
	background-image:url();
	background-repeat:repeat-x;
*/
#nav {
	width:690px;
	padding:0 0 0 4px; 
	margin:0; 
	list-style:none; 
	position:relative; 
	z-index:500;
	}
#nav ul{
	margin:0px;
	padding:0 0 0 0;
	list-style-type:none;
	padding-left:58px;
	}
/* NAV1 --------------------------*/
/*
height:37px;
	width:auto;
	background-image:url(../_images/list-left.gif);
	background-repeat:no-repeat;
	float:left;
	padding-left:23px;
	padding-right:18px;
	padding-top:20px; text-transform:uppercase;
#nav li.top {display:block; float:left; height:38px;}
	*/
#nav li.top {
	display:block; 
	float:left; 
	height:24px;
	border-right:1px solid #E9E1D4;
	margin:4px 0;
	}
#nav li a.top_link {
	display:block;
	float:left;
	color:#0A3679; 
	text-decoration:none; 
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px; 
	margin:0 4px 4px;
	padding:6px 0; 
	cursor:pointer;
	/*background: url(three_0.gif);
	background-image:url(../_images/left-arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 14px;*/
	text-decoration:none;}
#nav li a.top_link span {float:left; display:block; padding:0 21px; height:32px; /*background: url(../_images/nav-strip.gif) right top no-repeat;*/}
#nav li a.top_link span.down {float:left; display:block; padding:0 21px; height:32px; /*background: url(../_images/three_0a.gif) no-repeat right top;*/}

#nav li:hover a.top_link {color:#fff; /*background: url(../_images/three_1.gif) no-repeat;*/}
#nav li:hover a.top_link span {/*background:url(../_images/three_1.gif) no-repeat right top;*/}
/*#nav li:hover a.top_link span.down {background:url(../_images/three_1a.gif) no-repeat right top;}*/
#nav li:hover a.top_link span.down {
	/*background-image:url(../_images/left-arrow-brightgreen.gif);
	background-repeat:no-repeat;
	background-position: 15px 14px;*/}

/* Default list styling */

#nav li:hover {color:#fff; position:relative; z-index:200;
	/*background-image:url(../_images/left-arrow-brightgreen.gif)*/;
	/*background-repeat:no-repeat;*/
	/*background-position: 15px 14px;*/
	background-color:#0A3679}
#nav li:hover a:hover{color:#FFF}

/* NAV2 --------------------------*/
#nav li:hover ul.sub{
	left:0px; 
	top:28px; 
	background-color: #0A3679/*437D36*/; 
	padding:0;  
	white-space:nowrap; 
	width:auto; 
	height:auto; 
	z-index:300;
	}
#nav li:hover ul.sub li {
	clear:both;
	display:block; 
	height:20px; 
	padding:4px 8px;
	position:relative; 
	width:auto; 
	font-weight:normal;
	text-transform:uppercase;
	}
#nav li:hover ul.sub li:hover {
	display:block; 
	position:relative; 
	width:auto; 
	font-weight:normal;
	background-color:#9B8E71;
	}
#nav li:hover ul.sub li a {
	display:block; 
	font-size:11px;
	width:auto; 
	line-height:20px; 
	color:#fff;/*#6BFF45; */
	text-decoration:none;
	}
#nav li ul.sub li a.fly {
	background:#0A3679 /*url(../_images/arrow.gif) 130px 6px no-repeat*/;}
	
#nav li:hover ul.sub li a:hover 
{color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#9B8E71/* url(../_images/arrow_over.gif) 130px 6px no-repeat*/; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:147px; top:0; background: #0A3679; padding:0; white-space:nowrap; width:auto; z-index:400; height:auto;}

#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;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#9B8E71 /*url(../_images/arrow_over.gif) 135px 6px no-repeat*/; color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#0A3679 /*url(../_images/arrow.gif) 135px 6px no-repeat*/; color:#fff} 

