/* ================================================================ 
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:1; 
*/
}


/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;
}
#nav li a:hover {
	text-decoration: none;
}

#nav li:hover ul.sub{
	left:0px; 
	top:75px; 
	padding-top: 1px !important;
	padding-top: 0px;
	white-space:nowrap; 

	height:auto; 
	z-index:300;
	/*border: 1px solid #ccc;		*/
	border-bottom: 0px;	
	width:150px; 


}
#nav li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 
	font-weight:normal;

	width:100%; 
	background-color: transparent !important;
	background-color: #d9d599;	
	border-bottom: 1px solid #818069;
}


#nav li:hover ul.sub li a{
	display:block;

	padding: 5px;
	text-decoration: none;

	color:#303d4b;
	background-color: #d9d599;
/*	background-image: url(../../images/arr.gif);	
	background-position: 7px 8px;
	background-repeat: no-repeat;*/
	background-repeat: no-repeat;
	background-position: 140px 10px;
/*	moz-opacity: 0.85; 
	opacity: 0.85;
*/
	font-size: 11px;
	text-transform: uppercase;
	border: 0px;


	
}
#nav li ul.sub li a:hover{
	/*background-image: url(../../images/arr1.gif);	*/
	background-color: #af0744;
	text-decoration: none;
	color: #fff;	
}
#nav li ul.sub li a.fly{
	background-image: url(../../images/arr.gif) !important;

}

#nav li:hover ul.sub li a:hover {
	/*background-image: url(../../images/arr1.gif);	*/
	background-color: #af0744;
	color: #fff;
}
#nav li:hover ul.sub li a.fly:hover{
	background-image: url(../../images/arr.gif) !important;
	background-color: #af0744;
	color: #fff;	
}


#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; 
	/*background-color: #E22026;	*/

	white-space:nowrap; 
	/*width: 200px;*/
	z-index:400; 
	
	height:auto;
	/*border: 1px solid #ccc;		*/
	border-bottom: 0px;		
	width:150px; 
}

#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-image: url(../../images/arr.gif) !important;
	background-color: #af0744;	
} 

#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: #fff;
	background-color: #af0744;	
} 
