/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #BABCBE;
		Cursor:hand;
}

/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #5D5D5D;
		Cursor:hand;	
}


.overn1 {
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #BABCBE;
		Cursor:hand;
}

.outn1	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #5D5D5D;
		Cursor:hand;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
}

