/* ================================================================ 
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.
=================================================================== */



#nav {
	padding-top: 10px;
	padding-left: 45px;
	margin: 0px;
	list-style:none; 

	position:relative; 
	z-index:500; 

}
#nav li.top_li {
	display:block; 
	float:left; 
	height:38px;
}
#nav li a.top_link ,#nav li.top_li a.top_link.selected{
	display:block; 
	float:left; 
 
	text-decoration:none; 
	cursor:pointer;

	color: #fff;
	height: 24px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}




#nav li:hover a.top_link,#nav li.top_li a.top_link.selected{

	background-image: url(../../images/mainnav_bk_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FF7F00;

	
}
/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub{
	left:0px; 
	top:38px; 
	background: #ffffff;
	white-space:nowrap; 
	width:170px;
	height:auto; 
	z-index:300;
}
#nav li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 
	width:170px;
	font-weight:normal;
	background-image: url(../../images/mainnav_sub_bk.gif);
	background-position: left bottom;
	background-repeat: repeat-x;	
}


#nav li:hover ul.sub li a{
	display:block;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	
	/***********make it green************/	
/*	color:#1B5A91;	<- blue*/
	color:#6FC121;
	background: none;	
}
#nav li ul.sub li a.fly{

	background-image: url(arrow.gif);
	background-position: 160px 10px;
	background-repeat: no-repeat; 	
	

}
#nav li:hover ul.sub li a:hover,#nav li ul.sub li a:hover{
	color: #F58320;
}
#nav li:hover ul.sub li a.fly:hover{
	color:#F58320 !important;
}


#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:170px; 
	top:0px; 
	background-color: #fff;	

	white-space:nowrap; 
	width:170px; 
	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{
	color:#F58320;
} 

#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{
/*	color:#1B5A91;	<- blue*/
	color:#6FC121;	
} 
