.menu_member_image {
	width:38px;
	height:35px;
	padding:5px 5px 5px 5px;
	background-repeat:no-repeat;
}

.menu_member_image_on {
	width:38px;
	height:35px;
	padding:5px 5px 5px 5px;
	background-repeat:no-repeat;
	background-image:url('/images/profile_bg_on.gif');
}

.menu_member_image_off {
	width:38px;
	height:36px;
	padding:5px 4px 5px 4px;
	background-repeat:no-repeat;
	background-image:url('/images/profile_bg_off.gif');
}