
_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=1 
_subOffsetLeft=0 
with(menuStylespec1=new mm_style()){ 
onbgcolor='#F7CA40'; 
oncolor='#ffffff'; 
offbgcolor='#CAE6FF'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStylespec=new mm_style()){ 
onbgcolor='#3483C8'; 
oncolor='#000000'; 
offbgcolor='#B1CBE4'; 
offcolor='#000000'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='65%'; 
itemwidth='210';
itemheight='10';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Tahoma'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#7C732E'; 
separatorcolor='#7C732E'; 
bgimage='';
} 


with(sat=new menuname('spec'))
{ style=menuStylespec; aI('text=Dostava;url=#;status=Dostava;');
aI('text=Načini plaćanja;url=#;status=Načini plaćanja;');}
 with(sat=new menuname('specdyn'))
{ style=menuStylespec; aI('text=Dostava;url=#;status=Dostava;');
aI('text=Načini plaćanja;url=#;status=Načini plaćanja;');}

  
with(sat=new menuname('Restoran'))
{ style=menuStylespec; aI('text=Tjedni jelovnik;url=tjedno.aspx;status=Tjedni jelovnik;');
aI('text=Dnevni jelovnik;url=dnevno.aspx;status=Dnevni jelovnik;');
aI('text=a la carte;url=alacart.aspx;status=a la carte;');}
 with(sat=new menuname('Restorandyn'))
{ style=menuStylespec; aI('text=Tjedni jelovnik;url=../tjedno.aspx;status=Tjedni jelovnik;');
aI('text=Dnevni jelovnik;url=../dnevno.aspx;status=Dnevni jelovnik;');
aI('text=a la carte;url=../alacart.aspx;status=a la carte;');}
  drawMenus();