ul.sortable li {
	position: relative;
}

ul.theme1 {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}

ul.theme1 li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	border: 1px solid #A89657;
	background-color: #eee;
	background: url(images/sample2.gif) 0px 0px no-repeat;

}

ul.theme2 {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}

ul.theme2 li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px 2px 30px;
	border: 1px solid #A89657;
		background: url(images/border.png) 0px 0px no-repeat;
		background-color: #eee;
}




