#nav ul {
	list-style:none;
}
#nav {
	text-align:left;
	overflow: hidden;
	height: 100%;
	background: transparent;
}
#nav a {
	color: #fff;
}
#nav a:hover {
	color: white;
	text-decoration: none;
}
#nav1 {
	padding: 0;
	margin: 0px;
}
#nav1 li {
	float: left;
	margin-right:5px;
}
#nav1 .playlist,
#nav1 .shuffle {
	display: block;
	height: 23px;
	margin: 0;
	text-indent: -3000px;
	border: none;
	outline: 0;
}
#nav1 .playlist {
	width: 74px;
	background: transparent url(img/playlist.gif);
}
#nav1 .shuffle {
	width: 74px;
	background: transparent url(img/shuffle.gif);
}
/* 157+153+166+162=538+130+70=738 */
#nav1 .playlist:hover,
#nav1 .shuffle:hover {
	background-position: 0 -23px;
}
