#floatMenu {
	float:right;
	width:220px;
	height:auto;
	padding-right:0px;	
}
#floatMenu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style:none;
}
#floatMenu ul {
	margin-left: 0px;
	border-top: 0px solid #CCCCCC;
}
#floatMenu li {
    display: inline;
}
#floatMenu a, #floatmenu a:link #floatMenu a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	text-align:left;
	background-color: transparent;
	display: block;
	width: auto;
	height: auto;
	padding: 0.7em 2em;
	background-image: url(../renewal/images/point/01.gif);
	background-repeat: no-repeat;
	background-position:0.7em center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#floatMenu a:hover {
	color: #333333;
	text-align: right;
	background-color: #ECF8E4;
	background-image: url(../renewal/images/point/01h.gif);
	background-repeat: no-repeat;
	background-position:0.7em center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00007D;
}
