/* $Id: menustyle.html,v 1.3 2004/01/07 22:01:23 engine Exp engine $ */ /* Copyright (c) Ohad Aloni 1990-2004. All rights reserved. */ /* Released under http://ohad.dyndns.org/license.txt (BSD) */ /************************************************************/ .ie5menu { position:absolute; /* * width will expand as long as   * prevents line breaks in titles */ width:20px; border:3px outset gray70; background-color:menu; font-family:Verdana; font-size: 8pt; line-height:16px; cursor:default; visibility:hidden; } .iemenuitems{ padding-left:4px; padding-right:4px; cursor=default; } .filelink { color: black; cursor: default; }