#songsright h1, #songsleft h1 {
	color: #18067B;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	padding-bottom: 3px;
}
#songsright ul, #songsleft ul {
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#songsright li, #songsleft li {
	background-color: #ccebee;
	padding: 1px;
	margin-bottom: 1px;
}
#songsright li a, #songsleft li a {
	font-weight: normal;
	color: #1B80B4;
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 15px;
	width: 19px;
}
#songsright li a:hover, #songsleft li a:hover {
	background-color: #ccebee;
	color: #ccebee !important;
}
#songsright li a img, #songsleft li a img {
	height: 15px;
	width: 15px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	border-style: none;
}
#songsright li object, #songsleft li object {
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 4px;
	border: 0px  solid white;
	background-color: #ccebee;
}

