fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=110;
_subOffsetTop=0;//How far dropped the sub menu is
_subOffsetLeft=0;//How far to the right the sub menu appaers




with(menuStyleA=new mm_style()){ //Menu style A is the Single button (no list) style
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10; //Sets the size of the menu font
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";//background color at rest
offcolor="#000066";//text color at rest
onbgcolor="#ffffff";//background color on hover
oncolor="#0000ff";//text color on hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.primespace.co.uk/menu/images/arrow.gif"; //URL to arrow
subimagepadding=2;
itemwidth=100;// Sets overall width of text boxes in home button
}

with(menuStyleB=new mm_style()){ //Menu style B is the main menu style
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";//background color at rest
offcolor="#000066";//text color at rest
onbgcolor="#ffffff";//background color on hover
oncolor="#0000FF";//text color on hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CEECEE"; //sets the colour of the backgrpond on the visited page
pagecolor="#000099";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.primespace.co.uk/menu/images/arrow.gif"; //URL to arrow
subimagepadding=2;
itemwidth=100;// Sets overall width of text boxes in main menu
}

with(menuStyleC=new mm_style()){    //Menu style C is the Submenu style
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";//background color at rest
offcolor="#000066";//text color at rest
onbgcolor="#ffcccc";//background color on hover
oncolor="#0000FF";//text color on hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CEECEE"; //sets the colour of the backgrpond on the visited page
pagecolor="0000FF"; //sets the colour of the text on the visited page
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.primespace.co.uk/menu/images/arrow.gif"; //URL to arrow
subimagepadding=2;
itemwidth="auto";// Sets overall width of text boxes in submenus
}

with(milonic=new menuname("Members")){
style=menuStyleC;
aI("text=Frequently Asked Questions;url=http://www.primespace.co.uk/pages/faqs.php;")
aI("text=Request Support;url=http://www.primespace.co.uk/pages/support.php;")
aI("text=Terms and Conditions;url=http://www.primespace.co.uk/pages/terms.php;")
aI("text=Privacy Statement;url=http://www.primespace.co.uk/pages/privacy.php;")
}			
   	 
	
drawMenus();

