

	
.menu2  ul {
	list-style: none;
	}

.menu2 a img {
   	padding:5px;
   	margin:5px;
	width:110px;
	height:75px;
	background:#eee;
	border:1px solid #888;
   	border-right: #a5a7aa solid 1px;
   	border-bottom: #a5a7aa solid 1px; 
	background-color:#f5f7f9;	
}
.menu2 a:hover {
	position:relative;
	padding: 0 67px ;
	
}
.menu2  a:hover img {
	height:150px;
	width:auto;
	position:absolute;
	left:-50px; 
	top:-120px !important;
	top:-50px;
	border:0;
	border:1px solid #888;
	padding:5px;
	background:#ccc;
}