/* ================================================================ 
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 li:hover {
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub{
	left:0px; 
	top:55px; 

	white-space:nowrap; 
	width:150px; 
	height:auto; 
	z-index:300;
}
#nav li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 
	width:150px; 
	font-weight:normal;
	
}


#nav li:hover ul.sub li a{
	display:block;
	background: #1A3792;
	padding: 5px;
	font-size: 11px;

	padding-top: 7px;
	padding-bottom: 7px;
	
	/***********make it green************/	
/*	color:#1B5A91;	<- blue*/
	color:#ffffff;
	border-bottom:1px solid #dddddd;

	
}
#nav li ul.sub li a.fly{

	background-image: url(arrow.gif);
	background-position: 140px 10px;
	background-repeat: no-repeat; 	
	

}

#nav li:hover ul.sub li a:hover {
	color: #fff;
	text-decoration: none;		
	background-color:#E5970F;
}
#nav li:hover ul.sub li a.fly:hover{
	color:#fff !important;
	background-color:#E5970F;
}


#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:150px; 
	top:0px; 


	white-space:nowrap; 
	width:150px; 
	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;
	background: #1A3792;
}

#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:#fff;
	background-color:#E5970F;	
} 

#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-color:#E5970F;
	color:#fff;	
} 
