div.scrollable_menuleft {
	width: 217px;			
}
div.scrollable_menuleft div {
	width: 217px;			
}
div.items_menuleft {
	width:217px;		
	height:450px;
	float:left;	
}
div.items_menuleft div {
	width: 217px;	
	height:474px;		
}
.menuleft_up, .menuleft_down {	
	display:block;	
	width:217px;
	height:35px;		
}
.menuleft_up {
	/*background:url(../images/up_1.gif) no-repeat;*/
	margin-top:0px;
}

.menuleft_up:hover {
	/*background:url(../images/up_over_1.gif)  no-repeat;	*/	
	cursor:pointer;
}

.menuleft_down {
	/*background:url(../images/down_1.gif)  no-repeat;*/
	margin-bottom:0px;
}

.menuleft_down:hover {
	/*background:url(../images/down_over_1.gif)  no-repeat;		*/
	cursor:pointer;
}
