/* mouse over properties for menu item level 1 */

.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
        font-variant: small-caps;
		text-decoration: none;
		color : #5A8197;
		Background-Color : none;
		padding-bottom: 7px;
		Cursor:hand;
}

/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
        font-variant: small-caps;
		color : #7D7D7D;
		padding-bottom: 7px;
		Cursor:hand;
}


/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 11px;
		text-decoration: none;
		color : #5A8197;
		Background-Color : #EEEEEE;
		border: 1px solid #7D7D7D;
		Cursor:hand;
}

/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 11px;
		color : #7D7D7D;
		Background-Color : #FFFFFF;
		border: 1px solid #7D7D7D;
		Cursor:hand;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
        font-variant: small-caps;
		color : #7D7D7D;
		Background-Color : none;
}

