/* ================================================================ 
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.
=================================================================== */



#navigation {
	position:relative; 
	z-index:500; 

}


#navigation li:hover {
	position:relative; 
	z-index:200;
}

#navigation li:hover ul.sub{
	left:1px; 
	top:40px !important; 


	white-space:nowrap; 
	width:100% !important; 
	width: 180px;
	

	height: auto !important;
	z-index:300;
	/*border: 1px solid #ccc;		*/
	border-bottom: 0px;		
}
#navigation li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 
/*	width:180px; */
	width: 100% !important;
	font-weight:normal;
/*	border-bottom: 1px solid #ccc;*/
	height: auto !important;	
	padding: 0px !important; 
	margin: 0px !important;
/*	overflow: hidden;*/
	background-image: url(none);
}


#navigation li:hover ul.sub li a{
	display:block;
/*	color: #333;*/



	margin-bottom: 1px;
	text-transform: uppercase;

	font-weight: normal;
	font-size: 11px;
/*height: 50px;*/
	padding: 3px !important;
	padding-left: 7px !important;
	text-transform: none;
	height: auto !important;
	background-image: url(none);
	
	
	color: #fff;
	background-color: #0091B4;	
}
#navigation li ul.sub li a.fly{

	background-image: url(arrow.gif);
	background-position: right 10px;
	background-repeat: no-repeat; 	
	

}
#navigation li:hover ul.sub li a:hover {
	background-color: #fff;
	color: #606061;
/*	height: 50px;*/
}
#navigation li:hover ul.sub li a.fly:hover{
	background-color: #fff;
	color: #606061;
}


#navigation li:hover li:hover ul,
#navigation li:hover li:hover li:hover ul,
#navigation li:hover li:hover li:hover li:hover ul,
#navigation li:hover li:hover li:hover li:hover li:hover ul {
	left:100%; 
	top:-1px; 
/*	background-color: #606061;	*/

	white-space:nowrap; 
	width:150px; 
	z-index:400; 
	
	height:auto;
/*	border: 1px solid #ccc;		*/
	border-bottom: 0px;			
}

#navigation ul, 
#navigation li:hover ul ul,
#navigation li:hover li:hover ul ul,
#navigation li:hover li:hover li:hover ul ul,
#navigation 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;
}

