/* mouse over properties for menu item level 1 */

.overn1	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		text-decoration: none;
		color : #74320D;
		Background-Color : none;
		Cursor:hand;
		Background-image: url('../design/menu_bg.gif');
		padding-top:8px;
}

/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #22468F;
		Cursor:hand;
		padding-top:8px;
}


/* mouse over properties for all levels */

.over	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		text-decoration: none;
		color : #FFFFFF;
		Background-Color : #22468F;
		border: 1px solid #22468F;
		Cursor:hand;
}

/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #22468F;
		Background-Color : #FDF3D7;
		border: 1px solid #22468F;
		Cursor:hand;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Arial;
		font-weight : normal;
		font-size : 13px;
    font-variant: small-caps;
		color : #7D7D7D;
		Background-Color : none;
}