fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=10                // Follow scrolling Rate
_subOffsetTop=19              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x
                     

with(MainMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#323334";
offbgcolor="#323334";
offcolor="#FFFFFF";
bordercolor="#CBDCED";
borderstyle="solid";
borderwidth=0;
separatorcolor="#004286";
separatorsize="0";
padding="0 0 0 0";
fontsize="13px";
fontweight="normal";
fontfamily="Georgia";
pagecolor="#C8C9CA";
pagebgcolor="#323334";
headercolor="#C8C9CA";
headerbgcolor="#ffffff";
onsubimage="/images/submenu_seta.gif";
subimage="/images/submenu_seta.gif";
subimagepadding="3";
align="right";
} 


with(SubMenuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#002F74";
offbgcolor="#FFFFFF";
offcolor="#002F74";
bordercolor="#CBDCED";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CBDCED";
separatorsize="1";
padding="0 4 0 0";
fontsize="12px";
fontweight="bold";
fontfamily="Trebuchet MS, Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#EFEFEF";
headercolor="#000000";
headerbgcolor="#ffffff";
onsubimage="/images/submenu_seta.gif";
subimage="/images/submenu_seta.gif";
subimagepadding="0";
overflow="scroll";
}

itemwidth_main_menu = 145;
itemheight_main_menu = 20;
itemwidth_sub_menu = 150;
itemheight_sub_menu = 20;

topo_sub_menu = "offset=2";
esquerda_sub_menu = "offset=0";
posicao_main_menu = "relative";
posicao_sub_menu = "absolute";
orientacao_main_menu = "vertical";
orientacao_sub_menu = "vertical";

with(maxmenu=new menuname("1")){
style=SubMenuStyle;
itemwidth=itemwidth_sub_menu;
itemheight=itemheight_sub_menu;
top=topo_sub_menu;
left=esquerda_sub_menu;
//position=posicao_sub_menu;
orientation=orientacao_sub_menu;
overflow="scroll";
aI("text=DOC;url=/categoria-5-doc.html;");
aI("text=Regionais;url=/categoria-6-regionais.html;");
aI("text=Internacionais;url=/categoria-8-internacionais.html;");
}


with(maxmenu=new menuname("3")){
style=SubMenuStyle;
itemwidth=itemwidth_sub_menu;
itemheight=itemheight_sub_menu;
top=topo_sub_menu;
left=esquerda_sub_menu;
//position=posicao_sub_menu;
orientation=orientacao_sub_menu;
overflow="scroll";
aI("text=ESPIRITUOSOS;url=/categoria-7-espirituosos.html;");
}


with(maxmenu=new menuname("Main Menu3")){
style=MainMenuStyle;
alwaysvisible=1;
itemwidth=itemwidth_main_menu;
itemheight=itemheight_main_menu;
position=posicao_main_menu;
orientation=orientacao_main_menu;

aI("text=ESPIRITUOSOS;url=/categoria-7-espirituosos.html;");
}

drawMenus()
