/* 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: 10pt Arial Black, sans serif;
 font-style: italic;
 color: #002C52;
 background-color: #FFA200;
 line-height: 110%
}

/* defines the format of menu items when the mouse is over them */
.menuitem_highlight_2
{font: 10pt Arial Black, sans serif;
 font-style: italic;
 color: #FFA200;
 background-color: #002C52;
 line-height: 110%
}

/* defines the format of menu separators */
.menu_separator_2
{font: 10pt Arial Black, sans serif;
 color: #002C52;
 background-color: #002C52;
 line-height: 110%
}

/* defines the format of menu blobs (such as tips) */
.menu_blob_2
{
}














