@charset "utf-8";
a.sample_attach, a.sample_attach:visited, div.sample_attach {
	width:100px;
	display:block;
}
#sample_attach_menu_parent {
	width:75px;
	float:left;
}
#sample_attach_menu_parent a {
	background:url(../img/menu4.png) no-repeat;
	width:75px;
	height:16px;
	float:left;
}
#sample_attach_menu_parent a:hover, #sample_attach_menu_parent .on a {
	background:url(../img/menu4.png) no-repeat;
	background-position:0 -16px;
}
#sample_attach_menu_child {
	background:transparent url(../img/bgsub.png) repeat;
	color:#777777;
	text-align:left;
	font-size:10px;
	margin: 0;
	padding: 0 0 5px 0;
	position:absolute;
	z-index:1000;
}
#sample_attach_menu_child a {
	background-color:transparent;
	color:#777777;
	text-decoration:none;
	padding: 5px 10px;
}
#sample_attach_menu_child a:hover {
	background-color:transparent;
	color:#666666;
	text-decoration:none;
}

