/* mouse over out properties for menu item level 2 and 3 */
.over {
		font-family : Verdana;
		font-size : 10px;
		font-weight: bold;
		color : #4b4d51;
		Background-Color : #ececef;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
}

.out	{
		font-family : Verdana;
		font-size : 10px;
		font-weight: bold;
		color : #4b4d51;
		Background-Color : #c5c6c8;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
}

/* mouse over out properties for menu item level 1 */

.overn1	{
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
		Background-Color : #c5c6c8;
		Cursor: pointer;
		padding-top: 1px;
		padding-bottom: 2px;
}

.outn1	{
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
		Cursor: pointer;
		padding-top: 1px;
		padding-bottom: 2px;
}

/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Arial;
		font-size : 10px;
		color : #000000;
		Background-Color : #ffffff;
}

