
ul, li{
	padding: 0px;
	margin: 0px;
	
}

#Fa_Fanav 
{ 
	margin: 0; padding: 0; border: 0;
	font-family: tahoma, sans-serif; font-size: 12px;
	margin:0px;
	text-align: right;
	position:relative;
 z-index:500;

}

#Fa_Fanav ul ul {
	display: none;
	-moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
}

	#Fa_Fanav ul li:hover > ul 
	{
		display: block;
		
	}


#Fa_Fanav ul 
{
	
	position:relative;
	margin: 0px;
	padding:0px 0px 0px 0px;
	display:block;
	height: 34px;
	font-family:tahoma;
	font-size: 12px;
	line-height:34px;
	
	float: right;
	list-style: none;
}
	#Fa_Fanav ul:after {
		content: ""; clear: both; display: block;
	}

	#Fa_Fanav ul li {
		float: right;
			height: 33px;
		border-right: solid 1px #3b2e65;
		border-top: solid 0px #3b2e65;
		
		
	}
		#Fa_Fanav ul li:hover 
		{
			
		background: #3b2e65;
			background: linear-gradient(top, #3b2e65 0%, #3b2e65 60%);
			background: -moz-linear-gradient(top, #3b2e65 0%, #3b2e65 60%);
			background: -webkit-linear-gradient(top, #3b2e65 0%,#3b2e65 60%);
			
		}
			#Fa_Fanav ul li:hover a {
				color: #fff;
			}
		
		#Fa_Fanav ul li a {
			display: block; padding: 0px 5px;
			color: #ffffff; text-decoration: none;
		}
			
    #Fa_Fanav li ul { height:auto; clear:both; padding:2px; border:1px solid #aaa; background: #000000; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;}
	#Fa_Fanav ul ul 
	{

		background: #696969; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		
		
		
	}
		#Fa_Fanav ul ul li 
		{
			float: none; 
		/*	border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; */
			position: relative;
		}
			#Fa_Fanav ul ul li a 
			{
				
				padding: 0px 10px;
				color: #fff;
			}	
				#Fa_Fanav ul ul li a:hover 
				{
					
					background: #3b2e65;
				}
		
	#Fa_Fanav ul ul ul {
		position: absolute; right: 100%; top:0;
	}
	
		
