
#afm {
	display:none;
}

#afm_open {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	height:32px;
	width:35px;
}
#afm_open a {
	display: block;
	height:31px;
	width:35px;
	background: url(./plus.png) no-repeat left top;
}	
#afm_open a:hover {
	background: url(./plus.png) no-repeat left bottom;
}
