_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#007FD4";
offcolor="White";
onbgcolor="#55D4FF";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="6";
subimage="images/arrow.gif";
subimagepadding="10";
itemwidth="195";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=http://tampasave.com/;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Check Out Our Deals;target=;url=check-out-our-deals.html;");
aI("text=Want to Advertise;target=;url=want-to-advertise.html;");
aI("text=Unadvertised Specials;target=;url=unadvertised-specials.html;");
}


 drawMenus();

