/* 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: bold 9pt Tahoma, Arial, sans serif;
 color: #F4F6D6;
 background-color: #578191;
 line-height: 110%
}

/* defines the format of menu items when the mouse is over them */
.menuitem_highlight
{font: bold 9pt Tahoma, Arial, sans serif;
 color: #578191;
 background-color: #C7D6AB;
 line-height: 110%
}

/* defines the format of menu separators */
.menu_separator
{
}

/* defines the format of menu blobs (such as tips) */
.menu_blob
{
}
