/* Basic code - don't modify */
 
#faf_menu * {
	list-style: none;
}

#faf_menu { 
	z-index: 5; 
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	height: 24px;	
}


#faf_menu *:hover { 
	list-style: none; 
}


#faf_menu li {
	z-index: 1000;
	list-style: none;
	list-style-image: none; 
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#faf_menu a { 
	display: block;
	list-style: none; 
	border-right: 1px solid white; 
	color: white; 
	font-size: 12px; 
	padding: 6px; 
	line-height: 1;
}

#faf_menu a.faf_main_link { 
	list-style: none; 
	border-right: 0px solid white; 
	color: white; 
	font-size: 12px; 
	padding: 0px; 
	line-height: 0; 
}

#faf_menu li.hover a { 
	list-style: none; 
	background-color: #5E5A5A;
}

#faf_menu ul {
	z-index: 1000;
	list-style: none;
	list-style-image: none; 
	list-style-type: none;
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	top: 35px;
	line-height: 0;
}

#faf_menu ul a { 
	z-index: 1000; 
	list-style: none; 
	/* zoom: 0; */
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);	
} /* IE6/7 fix */

#faf_menu ul a.hover { 
	list-style: none; 
	background-color: #fa1e66;
}

#faf_menu ul li { 
	list-style: none;
	list-style-image: none; 
	list-style-type: none;
	z-index: 1000;
	float: none;
}

#faf_menu ul li a { 
	list-style: none; 
	background-color: #5E5A5A;
}

#faf_menu ul ul {
	list-style: none;
	list-style-image: none; 
	list-style-type: none;
	z-index: 1000;
	top: 0;
	left: 131px;
}
 