I just instaled Firefox and I realised that my beautiful menu is totaly transparent when viewed with FireFox. But with IE it works just fine.
The text is still visible but the bg color isnt. But when a page is clicked, the menu activate the good colors to show the curent page in the menu. This is where I find it very strange.
I'm somehow new to this type of codes... even in html, I'm not a computer guy! hehe!

Here is the website: http://www.lagerbille.com
and here is my code... if it can help!
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="";
onbgcolor="1E488A";
oncolor="#9ABFE5";
offbgcolor="1E488A";
offcolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize=1;
padding=4;
fontsize="75%";
fontstyle="normal";
fontweight='bold';
fontfamily="Arial";
pagecolor="9ABFE5";
pagebgcolor="#1E488A";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding=0;
}
//overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#1E488A', Direction=135, Strength=3)";
//outfilter="randomdissolve(duration=0.2)";
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;screenposition="center";
orientation="horizontal";
style=menuStyle;
top=205;
Thanks alot!!!