/* Menu Link */ A.MenuLink{ color:#000000; width:100%; text-decoration: none; } /* Menu Link when the mouse is over */ A.MenuLink:hover{ color:#CC0000; background-color:#AFAB85; text-decoration: none; } /* First menu link element */ DIV.FirstMenuElement{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; position:absolute; padding:3px; width:130px; text-align: left; font-color:#FFFFFF; background-color:#3A6293; border-color:#475156; border-style:solid; border-width:0px; display:none; } /* First menu link element when the mouse is over */ DIV.FirstMenuElementOver{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; position:absolute; width:130px; padding:3px; text-align: left; background-color:#AFAB85; border-color:#475156; border-style:solid; border-width:0px; } /* Menu link element */ DIV.MenuElement { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; position:absolute; padding:3px; width:80px; text-align: left; background-color:#C2BE98; border-color:#475156; border-style:solid; border-width:0px; display:none; } /* Menu link element when the mouse is over */ DIV.MenuElementOver { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; position:absolute; padding:3px; width:80px; text-align: left; background-color:#AFAB85; border-color:#475156; border-style:solid; border-width:0px; }