/* Navi Main */

ul#navi-main {
	margin: 0px;
	font-size: 110%;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
ul#navi-main li {
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
	padding: 0px;
}
ul#navi-main li a {
	text-decoration: none;
	color: #666666;
	background-image: url(../img/arrow_right_orange.png);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 60px;
	display: block;
	width: 130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul#navi-main li a:hover {
	background-color: #FFFFFF;
	border-top-color: #e7e6e6;
	border-right-color: #e7e6e6;
	border-bottom-color: #e7e6e6;
}

ul#navi-main li a#current {
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e7e6e6;
	border-right-color: #e7e6e6;
	border-bottom-color: #e7e6e6;
}

/* Navi Sub */

ul#navi-sub {
	margin: 0px;
	padding: 0px;
}
ul#navi-sub li {
	float: left;
	list-style-type: none;
}
ul#navi-sub li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../img/arrow_right_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 8px;
	padding-left: 15px;
}
ul#navi-sub li a:hover {
	color: #ff6600;
}
ul#navi-sub li a#current {
	color: #ff6600;
}


ul#navi-sub2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}
ul#navi-sub2 li {
	list-style-type: none;
}
ul#navi-sub2 li a {
	text-decoration: none;
	background-image: url(../img/bg_submenu3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	line-height: 32px;
	width: 208px;
	color: #333333;
}
ul#navi-sub2 li a:hover {
	background-position: left -32px;
}

ul#navi-sub2 li a#current {
	background-position: left -32px;
}

ul#navi-sub2 li a#current {
}

/* Navi Sub */
#header-top a:link {
	color: #666666;
	text-decoration: none;
}
#header-top a:visited {
	color: #666666;
	text-decoration: none;
}
#header-top a:hover {
	text-decoration: underline;
}
