/* ================================================================ 
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 {
/*	background-color: red;*/
/*	padding-top: 10px;*/
	/*padding-left: 10px;
	margin: 0px;
	list-style:none; 
*/
	position:relative; 
	z-index:50; 

}
#nav li.top {
	text-decoration: none;
}
#nav li a.top_link ,#nav li a.selected{
	text-decoration: none;
}




#nav li:hover a.top_link,#nav li a.selected{
	text-decoration: none;
	
}
/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub{
	left:160px; 
	top:0px; 
	background: #ffffff;
	white-space:nowrap; 

	height:auto; 
	z-index:300;
	border: 1px solid #ccc;		
	border-bottom: 0px;	
	width:120px; 	
}
#nav li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 
/*	width:180px; */
	font-weight:normal;
/*	background-image: url(../../images/mainnav_sub_bk.gif);
	background-position: left bottom;
	background-repeat: repeat-x;	*/
	border-bottom: 1px solid #ccc;
	width:100%; 
	text-align: left;
}


#nav li:hover ul.sub li a{
	display:block;

	padding: 5px;
/*	font-size: 10px;*/
	text-decoration: none;

	
	/***********make it green************/	
/*	color:#1B5A91;	<- blue*/
	color:#000;
	background-image: url(none) !important;
/*	width: 200px;*/

	border: 0px;


	
}
#nav li ul.sub li a.fly{

	background-image: url(arrow.gif);
	background-position: 170px 10px;
	background-repeat: no-repeat; 	
	

}
#nav li:hover ul.sub li a:hover {
	color: #fff;
	background-color: #1971DB;
}
#nav li:hover ul.sub li a.fly:hover{
	color: #fff;
	background-color: #1971DB;
}


#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:160px; 
	top:-4px; 
	background-color: #fff;	

	white-space:nowrap; 
	/*width: 200px;*/
	z-index:400; 
	
	height:auto;
	border: 1px solid #ccc;		
	border-bottom: 0px;		
			width:100%; 
}

#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: #fff;
	background-color: #1971DB;
		background-image: url(none);	
} 

#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:#000;
	background-color: #fff;
		background-image: url(none);	
} 
