#navihold {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	margin-top: 7px;
	clear: none;
}
#navihold_inner {
	background-color: #ECE9D8;
	font-size: 13px;
	color: 663300;
	text-align: center;	
	border: 1px solid #CCCCCC;
	height: 57px;
	padding-left: 22px;
	background-image: url(../imgs/rakenne/navi/navitxt.png);
	background-repeat: no-repeat;
	background-position: left top;
}



#navimain {
	float: left;
	height: 32px;
	text-align: left;
	clear: both;

	background-color: #E0D8BB;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navimain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 935px;
}
#navimain li {
	float: left;
	padding: 0px;
	margin: 1px 0 0 0;
	font-weight: bold;
	clear: none;
}
#navimain li.viim a{
	background-image: none;
}
#navimain a:hover {
  text-decoration: underline;
}
#navimain a {
	float: left;
	display: block;
	font-size: 13px;
	color: #443430;
	text-decoration: none;
	background-color: #e0d8bb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d3c4;
	height: 24px;
	background-image: url(../imgs/rakenne/navi/tagupper.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}


#navimain li.selected {
	height: 32px;
	background-color: #ECE9D8;
}
#navimain li.selected a {
	color: #FF7219;
	background-color: #ECE9D8;
	background-image: url(../imgs/rakenne/navi/tagupperactive.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: underline;
}







#navisub {
	height: 25px;
	text-align: left;
	clear: both;
	float: left;
}
#navisub ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#navisub li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navisub li.viim a{
	background-image: none;
}
#navisub a:hover {
  text-decoration: underline;
}
#navisub a {
	display: block;
	font-size: 12px;
	color: #443430;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color: #ECE9D8;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #d8d3c4;
	height: 18px;
	background-image: url(../imgs/rakenne/navi/subsep.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
#navisub li.selected {
	background-color: #ECE9D8;
}
#navisub li.selected a {
	color: #CC0000;
	text-decoration: underline;
}

