
/* mouse out properties for menu item level 1 */

.outn1 {
		font-family: Verdana;
		font-weight: bold;
		font-size: 10 px;
		color: #ffffff;
		Cursor: pointer;
		background-image: url(../design/menu_toplevel_back_n.gif);
		height: 22px;
		padding-top:5px;
		padding-bottom:4px;
}

.overn1 {
		font-family: Verdana;
		font-weight: bold;
		font-size: 10 px;
		color: #ffffff;
		Cursor: pointer;
		background-image: url(../design/menu_toplevel_back_a.gif);
		height: 22px;
		padding-top:5px;
		padding-bottom:4px;
}

/* mouse over out properties for 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;
}

/* properties for menu backfill */
.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #000000;
		Background-Color : none;
}


