.move {
	font: normal;
	}
	
.move ul {
	list-style-type: none;
	margin-left: 35px;
	/*padding-left: 35px;*/
}

.move ul li {
	background-repeat: no-repeat;
	background-image: none;
	background-color: transparent;
}

.move ul li.cam {
	background-image: url(move/camera_icon.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -35px;
}

.move ul li.cam a {
	text-decoration: none;
	color: Black;
	padding-left: 35px;
}