<!--
#submenu {
    width: 128px;
	margin-left: 24px;
}

#submenu li a {
        height: 31px;
        text-decoration: none;
        display: block;
}

#submenu li #arr_results {
        background:  url('../image/arr_results.jpg') no-repeat;
}

#submenu li #arr_results:hover {
        background:  url('../image/arr_results.jpg') 0 -31px no-repeat;
}

#results {
	margin-top: 12px;
	margin-bottom: 12px;
}

#results li {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "osaka";
	font-size: 10pt;
	color: #333333;
	display: inline;
	margin-left: 12px;
	padding-left: 18px;
	height: 12px;
	background: url('../image/sing_003.gif') no-repeat;
}

-->