/*
SimpleMenu formatting directives
Version 14

Please change these styles to make your instance(s) of SimpleMenu look how
you want them to.  You may leave any of these styles blank, if you prefer.

You can also add styles to the list and make menus or menuitems use them
by setting their classes, normalClass and/or hiliteClass properties.
*/

/* defines the format of each menu as a whole */
.menu
{
	/* border: 1px solid black; */

}

/* defines the format of the labels for submenus or menu items
when the mouse is not over them */
.menuitem_normal
{
	font-family: Trebuchet,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;

}

/* defines the format of the labels for submenus or menu items
when the mouse is over them */
.menuitem_highlight
{
	font-family: Trebuchet,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #E4A95C;
	background-color: #FFFFFF;

}

/* defines the format of menu separators */
.menu_separator
{
	color: black;
	height: 1px;
}
