/* mouse over properties for all levels */

.over	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #838688;
		Cursor:hand;
}


/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #ffffff;
		Cursor:hand;
}


/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #ffffff;
		Cursor:hand;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 11px;
		color : #ffffff;
}


