
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
//Fonte
offcolor="#024D90"; 
oncolor="#011B33"; 
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Tahoma ";

// Borda de Contorno Externo
bordercolor="#FFDD00";
borderstyle="solid";
borderwidth="0";

// Background Image
bgimage="images/bg_itens.gif";
overbgimage="images/bg_itens.gif";

// Imagem antes do texto
//image="imagens/icon001.gif";
//imagepadding="0";

// Células
offbgcolor="transparent"; 
onbgcolor="transparent";  
//separatorimage="imagens/spacer.gif";
//separatorheight=10;
//separatorwidth=10;
separatorcolor="transparent";
separatorsize="5";
padding=3; 

// Título
headercolor="#000000";
headerbgcolor="#B8D9CE";

// Nao Sei
pagecolor="";
pagebgcolor="";

//subimage="imagens/arrow.gif";
//subimagepadding="0";
overfilter="Fade(duration=0.3);Alpha(opacity=90)";//Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
//aI("text=&nbsp;&nbsp;&nbsp;HOME;url=index.asp;image=images/botao2.gif;overimage=images/botao1.gif;status= ;");
aI("text=&nbsp;&nbsp;HOME;url=index.asp;status= ;");
//aI("text=&nbsp;&nbsp;Artigos;url=index.asp?p=artigos;status= ;");
aI("text=&nbsp;&nbsp;PRODUTOS;url=index.asp?p=produtos;status= ;");
aI("text=&nbsp;&nbsp;INSTITUCIONAL;url=index.asp?p=institucional;status= ;");
aI("text=&nbsp;&nbsp;LINKS;url=index.asp?p=links;status= ;");
aI("text=&nbsp;&nbsp;CONTATO;url=index.asp?p=contato;status= ;");
}

drawMenus();
