#songs {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#songs li {
	background-color: #ccebee;
	padding: 1px;
	margin-bottom: 1px;
	clear: left;
}
#songs li em {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
#songs li a {
	font-weight: normal;
	color: #1B80B4;
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 15px;
	width: 19px;
}
#songs li a:hover {
	background-color: #ccebee;
	color: #ccebee !important;
}
#songs li a img {
	height: 15px;
	width: 15px !important;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-style: none;
	display: inline;
}
#songs li object {
	float: left;
	height: 15px;
	width: 15px !important;
	padding: 0px;
	padding-left: 2px;
	padding-right: 0px;
	margin: 0px;
	margin-right: 5px;
}

