<!-- 

This is the configuration section for the main menu. Save and then publish the 
flash movie (_source/menu/menu.fla) to see changes. 

Colors are just hex values with the # replaced by 0x (standard flash color value) 

-->	

<?xml version="1.0"?>

<config>	

	<!--GENERAL-->


	<!-- _x positon of menu. this if relative to the menu fla only -->	
	<mainX>90</mainX>
	
	<!-- _x positon of menu. this if relative to the menu fla only  -->	
	<mainY>20</mainY>
	
	<!-- Amount of spacing between each button -->
	<mainSpacing>-5</mainSpacing>
	
	<!-- BUTTONS -->
	
	<!-- Text Color -->
	<btnTextColor>0xFFFFFF</btnTextColor>
	
	<!-- Amount of alpha | 0-100 -->	
	<normalAlpha>80</normalAlpha>
	
	<!-- Amount of alpha on mouseover and active state | 0-100 -->
	<overAlpha>100</overAlpha>
	
	<!-- Color of glow  -->
	<glowColor>0xFFFFFF</glowColor>
	
	<!-- amount of glow for normal state  -->
	<normalGlowAlpha>0</normalGlowAlpha>

	<!-- amount of glow for over and active state  -->
	<overGlowAlpha>0.15</overGlowAlpha>
	
	<!-- time taken to fade in glow  -->
	<glowInTime>2</glowInTime>
	
	<!-- time taken to fade out glow -->
	<glowOutTime>3</glowOutTime>
	

</config>		
