ul.sortable li {
	position: relative;
	background-image:url('/images/menu_board_bg.jpg');
	background-repeat:no-repeat;
	width:232px;
	height:28px;
	text-align: left;
	vertical-align: 50%;
}

ul.boxy {
	list-style-type: none;
	margin: 0px;
	margin-left:-40px !important;
	margin-left:0px;
	width:232px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color:white;
	font-weight:bold;
}
ul.boxy li {
	cursor:move;
	background-color: #eee;
}

ul.boxier {
	
	list-style-type: none;
	margin: 0px;
	margin-left:-40px !important;
	margin-left:0px;
	width:232px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color:white;
	font-weight:bold;
}
ul.boxier li {
	cursor:move;

	background-color: #eee;
}
