@charset "iso-8859-1";
#naviV {
	margin-top: 26px;
	font-size: 130%;
}
#naviV ul {
	border-color: #808080;
	list-style-type: none;
	border-top-style: solid;
	border-top-width: 1px;
}
#naviV ul li {
	line-height: 25px;
}
#naviV ul a {
	border-color: #808080;
	display: block;
	height: 1%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 20px;
}
#naviV ul li ul {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #808080;
	border-top-style: none;
	border-top-width: 0px;
}
#naviV ul li ul li {
	list-style-type: square;
	margin-left: 35px;
	list-style-position: inherit;
}
#naviV ul li ul li a {
	border-style: none;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}
#naviV ul li a:hover {
	text-decoration: none;
	background-color: #FFDE43 /* #FDCE30 */
}
#naviV ul li ul li a:hover {
	text-decoration: none;
}
a.naviV-active {
	text-decoration: none;
	font-weight: normal;
	background-color: #FFDE43 /* #FDCE30 */
}
a.naviV-active-sub {
	font-weight: normal;
	text-decoration: underline ! important;
}

