.menuitem{
	display: block;
	width: 120px;
	height: 25px;
	background-color:#000;
}
.menuitem:hover{
	background-color:#333;
}
