/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 12px;
		color : #9D6D36;
		Background-Color : #ffffff;
		Cursor:hand;
}

.overn1	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 12px;
		color : #9D6D36;
		Background-Color : #ffffff;
		Cursor:hand;
		border-bottom: 1px solid #9D6D36;
}


/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 12px;
		color : #4C2816;
		Cursor:hand;
}


/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 12px;
		color : #4C2816;
		Background-Color : #ffffff;
		Cursor:hand;
		border-bottom: 1px solid #9D6D36;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 12px;
		color : #4C2816;
		Background-Color : #ffffff;
}

