#contents {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 800px;
	float: none;
}

#sidenavi #sn1 a {
	background: url(image/button/info.jpg) no-repeat;
	float: none;
	*float: left;
	*display: inline;
}
#sidenavi #sn2 a {
	background: url(image/button/bio.jpg) no-repeat;
	float: none;
	*float: left;
	*display: inline;
}
#sidenavi #sn3 a {
	background: url(image/button/work_r.jpg) no-repeat;
	float: none;
	*float: left;
	*display: inline;
}
#sidenavi #sn4 a {
	background: url(image/button/list.jpg) no-repeat;
	float: none;
	*float: left;
	*display: inline;
}
#sidenavi #sn5 a {
	background: url(image/button/cont.jpg) no-repeat;
	float: none;
	*float: left;
	*display: inline;
}
#sidenavi #sn1 a:hover {
	background: url(image/button/info_w.jpg) no-repeat;
	float: none;
	*float: left;
}
#sidenavi #sn2 a:hover {
	background: url(image/button/bio_w.jpg) no-repeat;
	float: none;
	*float: left;
}
#sidenavi #sn4 a:hover {
	background: url(image/button/list_w.jpg) no-repeat;
	float: none;
	*float: left;
}
#sidenavi #sn5 a:hover {
	background: url(image/button/cont_w.jpg) no-repeat;
	float: none;
	*float: left;
}

#sidenavi2 {
	float: left;
	height: 100px;
	width: 168px;
	margin: 9px 0px 0px -35px;
	*margin: 27px 0px 0px -35px;
	padding: 0px;
	left: 207px;
	top: 181px;
}

#sidenavi2 li a {
	display: block;
	height: 25px;
	width: 101px;
	float: none;
	visibility: visible;
	text-decoration: none;
}
	
#sidenavi2 #sn1 a{
	background: url(image/button/soloconcert.jpg) no-repeat;
}
#sidenavi2 #sn2 a{
	background: url(image/button/collaboration.jpg) no-repeat;
}

#sidenavi2 #sn3 a{
	background: url(image/button/archive.jpg) no-repeat;
}

#sidenavi2 #sn1 a:hover {
	background: url(image/button/soloconcert_w.jpg) no-repeat;
}
#sidenavi2 #sn2 a:hover {
	background: url(image/button/collaboration_w.jpg) no-repeat;
}
#sidenavi2 #sn3 a:hover {
	background: url(image/button/archive_w.jpg) no-repeat;
}

#sidenavi2 ul em {
	visibility: hidden;}
