/* mouse over properties for all levels */

.out	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
		color : #ffffff;
		Cursor:pointer;
		height:22px;
		background-image:url(../design/vb74_dropdown_middle.png);
}

.over	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
		color : #ffffff;
		Cursor:pointer;
		background-color:#e49046;
		height:22px;
}

.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
		color : #72838d;
		Cursor:pointer;
}


.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 13px;
		color : #f58220;
		Cursor:pointer;
}

.activen1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		color : #f58220;
		Cursor:pointer;
}

/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
}


