/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #FFFFFF;
		Background-Color : #0091CA;
		Cursor:hand;
		letter-spacing: 0.3mm;
}

.overn2	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #FFFFFF;
		Background-Color : #0091CA;
		Cursor:hand;
		border-bottom: 2px solid #ffffff;
		letter-spacing: 0.3mm;
}


/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #525252;
		Cursor:hand;
		letter-spacing: 0.3mm;
}


/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #525252;
		Background-Color : #E8E8E8;
		Cursor:hand;
		border-bottom: 2px solid #ffffff;
		letter-spacing: 0.3mm;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
}

