/* ================================================================ 
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:1000px;
	padding:0; 
	margin:0 auto 0 auto; 
	list-style:none; 
	height:57px; 
	background:#0B2B0C url(../_images/nav-strip.gif) repeat-x; 
	position:relative; 
	z-index:500; 
	font-family:"Times New Roman", Times, serif;
	}
#nav ul{
	margin:0px;
	padding:0 0 0 0;
	list-style-type:none;
	padding-left:58px;
	}
/* NAV1 --------------------------*/
/*
#nav {
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:38px;
	background-image:url(../_images/list-left.gif);
	background-repeat:no-repeat;
	}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#fff; 
	text-decoration:none; 
	font-size:16px; 
	font-weight:bold; 
	padding:10px 0 0 25px; 
	cursor:pointer;
	/*background: url(three_0.gif);*/
	background-image:url(../_images/left-arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 22px;
	text-decoration:none;}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(../_images/nav-strip.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; /*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 22px;
	}

/* Default list styling */

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

/* NAV2 --------------------------*/
#nav li:hover ul.sub{
	left:24px; 
	top:38px; 
	background: #0B2B0C/*437D36*/; 
	padding:8px; 
	border:1px solid #0B2B0C; 
	white-space:nowrap; 
	width:175px; 
	height:auto; 
	z-index:300;}
#nav li:hover ul.sub li {
	display:block; 
	height:38px; 
	position:relative; 
	float:left; 
	width:175px; 
	font-weight:normal;
	}
#nav li:hover ul.sub li a {
	display:block; 
	font-size:14px; 
	height:30px; 
	width:175px; 
	line-height:20px; 
	text-indent:5px; 
	color:#fff;/*#6BFF45; */
	text-decoration:none;
	border:1px solid #0B2B0C;
	}
#nav li ul.sub li a.fly {
	background:#0B2B0C url(../_images/arrow.gif) 130px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#366D2b; color:#6BFF45; border:1px solid #6BFF45;}
#nav li:hover ul.sub li a.fly:hover
{background:#366D2B url(../_images/arrow_over.gif) 130px 6px no-repeat; color:#6BFF45;border:1px solid #6BFF45;}


#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:135px; top:-4px; background: #0B2B0C; padding:3px; border:1px solid #0B2B0C; white-space:nowrap; width:175px; 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:#0B2B0C url(../_images/arrow_over.gif) 135px 6px no-repeat; color:#fff; border:1px solid #0B2B0C;} 

#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:#0B2B0C url(../_images/arrow.gif) 135px 6px no-repeat; color:#fff; border:1px solid #0B2B0C;} 

