﻿// JScript File
// Top level variable and the main menuStyle
// For all browsers except IE
fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=250;
_subOffsetTop=0;
_subOffsetLeft=0;

with(AJUMenuStyle=new mm_style()){
offclass="AJUMenuOff"
onclass="AJUMenuOn"
styleid=1;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana";
offbgcolor="transparent";
offcolor="#FFF";
onbgcolor="#FFF";
oncolor="#625E3C";
separatorcolor="#FFF";
separatorsize=1;
separatorstyle="solid";
bordercolor="#FFF";
borderwidth=1;
borderstyle="solid";
menubgimage="/Images/common/AJUMenu_bg.png";
}


