ul {
    margin-top: 3px;
    margin-bottom: 3px;
}

.dotListY {
    list-style-type: none;
	margin-left: 0;
	padding-left: 8px;
	text-indent: 0px;
}

.dotListY li {
    padding-left: 15px;
    background-image:url(../imgs/dot_y.png);
    background-repeat:no-repeat;
    background-position: 0px 4px;
} 

.dotListB {
    list-style-type: none;
	margin-left: 0;
	padding-left: 8px;
	text-indent: 0px;
}

.dotListB li {
    padding-left: 15px;
    background-image:url(../imgs/dot_b.png);
    background-repeat:no-repeat;
    background-position: 0px 4px;
}

.arrowList {
    list-style-type: none;
	margin-left: 0;
	padding-left: 13px;
	text-indent: 0px;
}

.arrowList li {
    padding-left: 15px;
    background-image:url(../imgs/arrow.png);
    background-repeat:no-repeat;
    background-position: 0px 4px;
} 
