/* mouse over properties for menu item level 1 */

.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #9A1C38;
		Cursor:hand;
		Background-Color : none;
}

/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #0B5D7F;
		Cursor:hand;
		Background-Color : none;
}

/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #B5D4E6;
		Background-Color : #0B5D7F;
		Cursor:hand;
		border-top : 1px solid #BFDBEC;
}

/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Background-Color : #0B5D7F;
		Cursor:hand;
		border-top:1px solid #BFDBEC;
}

/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #0B5D7F;
		Background-Color : #none;
}

