#menu {
	background: #e4007f;
	float: center;
	list-style: none;
	text-align:left;
	margin: 0;
	padding: 2px;
	width: 160px;
}
#menu li {
	font: 0.75em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 1px;
}
#menu a {
	background: #e4007f;
	border-bottom: 1px solid #FFAABF;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}
#menu a:hover {
	background: #FFAABF url("http://www.dreamv.co.jp/img/menu/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}

