/* mouse over properties for all levels */

.over	{
		font-family : Trebuche MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #86101B;
		border-top: 1px solid #ffcccc;
		Cursor:pointer;
}

.overn1	{
		font-family : Trebuche MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #86101B;
		Cursor:pointer;
}


/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuche MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #A60B17;
		Cursor:pointer;
}


/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Trebuche MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #A60B17;
		border-top: 1px solid #ffcccc;
		Cursor:pointer;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Trebuche MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #A60B17;
}


