body {	background-color: #fff;
	margin: 0;	padding: 0; padding-top: 0;	}




.rimenu img{ width:100; height: auto;
border: 8px solid #fff;
}

.rimenu:hover img{ width:100; height: auto;
border: 8px solid #000;
}

.rimenu:hover{ width:100; height: auto;
color: red; /* Dummy definition to overcome IE bug */
}







#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 254px;
	height: 696px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0 auto;
	padding: 0px;



}
