@charset "utf-8";

#simplemenu li.expanded > ul {
 	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;	
}
