.m1x {
	background:url(menu_notselected.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
.m2x {
	background:url(menu_selected.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
.m3x {
	background:url(menu_not_selected_bottom.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}

.m4x {
	background:url(menu_notselected.jpg);
	background-repeat:repeat-y;
	background-position:left top;	
	}