div#hnav div#naviSv {
	float: right;
	width: 12em;
	padding: 2px 4px 1px 0;
	color: #303030;
	background-color: #004A99;
}

#hnav #naviSv ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0 12px 0 0;
}

#hnav #naviSv li {
	float: right;
    width: 2.7em;
    margin: 0 0 0 8px;
    padding: 0;
    line-height: 1;
    border: none;
}

#hnav #naviSv li.keinlink {
	float: right;
    width: 2.3em;
    margin: 0 0 0 8px;
    padding: 1px 0 0 0;
	color: Silver;
	background-color: #003E80;
    font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #002C5B;
	border-right: 2px solid #0059B7;
	border-bottom: 2px solid #0059B7;
	border-left: 2px solid #002C5B;
    text-align: center;
}

#hnav #naviSv li a {
    display: block;
    width: 2.3em;
    margin: 0;
    padding: 0;
	text-decoration: none;
	color: #FFF;
	background-color: #004A99;
    font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #005EC1;
	border-right: 2px solid #003368;
	border-bottom: 2px solid #003368;
	border-left: 2px solid #005EC1;
    text-align: center;
}

#hnav #naviSv li a:hover {
	color: #004A99;
	background-color: #FECC00;
	border-top: 2px solid #D0A700;
	border-right: 2px solid #FFDF5E;
	border-bottom: 2px solid #FFDF5E;
	border-left: 2px solid #D0A700;
}

