#menu_top_usp {
	background: #0e5d6c;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 16em;
}
.menu_top_tit {
	text-align:left;
	font-weight: bold;
	color:#F90;
}


#menu_top_usp li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:left;
}
#menu_top_usp a {
	background: #0e5d6c url("images/hover1.gif") left center no-repeat;
	border-bottom: 1px solid #093e48;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu_top_usp a:hover {
	background: #093e48 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}