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