/* mouse over properties for all levels */

.over	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #000000;
		Background-Color : #A5B8DA;
		Cursor:hand;
}


/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
		Cursor:hand;
}


/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
		Background-Color : #738CBA;
		Cursor:hand;
		border-bottom: 1px solid #B5B9D7;
		
}


/* 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;
}


