_menuCloseDelay=00;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=-0;

//Main Menu Style
with(mainMenuStyle=new mm_style()){
bordercolor="B2B2B2";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#595959";
offcolor="ffffff";
onbgcolor="#B2B2B2";
oncolor="#000000";
//outfilter="Fade(duration=0.3)";
//overfilter="Fade(duration=0.1);Alpha(opacity=90);', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#B2B2B2";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
//subimage="/mmenu/arrow.gif";
//subimagepadding=2;
}


//Sub Menu Style
with(subMenuStyle=new mm_style()){
bordercolor="B2B2B2";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#595959";
offcolor="ffffff";
onbgcolor="#B2B2B2";
oncolor="#ffffff";
//outfilter="Fade(duration=0.1)";
//overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#B2B2B2";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/mmenu/grey_arrow.gif";
subimagepadding=0;
}


//Top Right Menu Style
with(topRightMenuStyle=new mm_style()){
bordercolor="B2B2B2";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E60000";
offcolor="ffffff";
onbgcolor="#E60000";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
//overfilter="Fade(duration=0.1);Alpha(opacity=90);', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#E60000";
pagecolor="#E60000";
separatorcolor="#999999";
separatorsize=0;
//subimage="/mmenu/arrow.gif";
//subimagepadding=2;
}


//top Right Sub Menu Style
with(topRightsubMenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E60000";
offcolor="#ffffff";
onbgcolor="#B2B2B2";
oncolor="#ffffff";
//outfilter="Fade(duration=0.1)";
//overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#cc0000";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/mmenu/grey_arrow.gif";
subimagepadding=0;
}