/* SimpleMenu formatting */

/* defines the format of each menu as a whole */
.menu_2
{
}

/* defines the format of menu items when the mouse is not over them */
.menuitem_normal_2
{font: bold 9pt Tahoma, Arial, sans serif;
 color: #008AB5;
 background-color: #DED7DE;
 line-height: 142%
}

/* defines the format of menu items when the mouse is over them */
.menuitem_highlight_2
{font: bold 9pt Tahoma, Arial, sans serif;
 color: #FFFFFF;
 background-color: #008AB5;
 line-height: 142%
}

/* defines the format of menu separators */
.menu_separator_2
{
}

/* defines the format of menu blobs (such as tips) */
.menu_blob_2
{
}

