/* 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-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	color: white;

	background-color: #6387d9;

}



/* defines the format of menu items when the mouse is over them */

.menuitem_highlight

{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	color: #333399;

	background-color: #6387d9;

}



/* defines the format of menu separators */

.menu_separator

{

}



/* defines the format of menu blobs (such as tips) */

.menu_blob

{

}

