div.sc_menu_ver {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 480px;
	overflow: auto;
	list-style: none;
	margin-top: 45px;
	background-color: white;
	padding: 10px 20px;

}
div.sc_menu {
	position: relative;
	width: 600px;
	overflow: auto;
}

div.sc_menu_wrapper {
	position: relative; 	
	height: 480px;
	overflow: auto;
}