@charset "utf-8";
/* CSS Document */


#nav_sub_music
{
	font-size: 11px;
	width: 960px;
	float: left;
	height: 19px;
	background-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adc5e1;
	margin: 0px;
	padding: 0px;
}

#nav_sub_music ul
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 42px;
	margin: 0px;
	height: auto;
	float: left;
	width: auto;
}

#nav_sub_music li
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#nav_sub_music li.select
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}


#nav_sub_music a
{
	color: #004da6;
	display: block;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9d9d9d;
}

#nav_sub_music a:hover
{
	color: #004da6;
	text-decoration: underline;
}

