.menu {
    font-size: 14px;  
  	line-height: 1.2;
    font-weight: bold;
    border-radius:5px;
    background-color: #333;
    width:250px;
    word-wrap:normal;
}

.menu-item a:hover {
		line-height: 1.2;   
		background-color:white;
    border-radius:2px;
    word-wrap:normal; 
	
}