/* SimpleMenu formatting */

/* defines the format of each menu as a whole */
.menu
{
}

/* defines the format of menu items when the mouse is not over them */
.menuitem_normal
{font:  9pt  Trebuchet MS, Tahoma, sans serif;
 color: #000000;
 background-color: ;
 line-height: 100%
}

/* defines the format of menu items when the mouse is over them */
.menuitem_highlight
{font:  9pt Trebuchet MS, Tahoma, sans serif;
 color: #6B4700;
 background-color: ;
 line-height: 100%
}

/* defines the format of menu separators */
.menu_separator
{
}

/* defines the format of menu blobs (such as tips) */
.menu_blob
{
}
