UL {
	padding: 0px;
	display: block;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
LI {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../img/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 15px;
}
.mgn-top{
	margin-top: 10px;
}
.mgn-left{margin-left:15px;}