#parknavi {
	width: 608px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #498ca7;
	padding: 6px;
	font-size: 10px;
}

.parknavi_no {
	float: left;
	height: 15px;
	width: 100px;
}

.parknavi_no a {
	color: #ffffff;
	text-decoration: none;
}

.parknavi_no a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#sub_navi {
	width: 805px;
	height: 70px;
	background-color: #498ca7;
	padding: 5px;
	background-image: url(../images/sub_navi_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 150px;
	font-size: 12px;
}

.subnavi_no {
	float: left;
	height: 14px;
	width: 110px;
	padding-left: 20px;
}

.subnavi_no a {
	color: #ffffff;
	text-decoration: none;
}

.subnavi_no a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.subnavi_act {
	float: left;
	height: 14px;
	width: 110px;
	background-image: url(../images/sub_navi_act.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.subnavi_act a {
	color: #ffffff;
	text-decoration: underline;
}

.subnavi_act a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.subblock {
	float: left;
	height: 56px;
	width: 100px;
}



/**  Metamenu  *******************************************************/
.metaMenu_no, .metaMenu_act {
	padding: 0px 15px 0px 0px;
}
.metaMenu_no a{
	color: #959595;
	text-decoration: none;
}
.metaMenu_act a, .metaMenu_no a:hover{
	color: #fff;
	text-decoration: none;
}


/**  Topmenu  *******************************************************/
.topMenu_item {
	border-left: 1px solid #3a3a3a;
	height: 32px;
	display: block;
	float: left;

}

/**  Topmenu  *******************************************************/
/**  not used right know, because of GMENU  **/
.topMenu_no, .topMenu_act{
	width: 191px;
	height: 25px;
	float: left;
	
}

.topMenu_no a{
	width: 181px;
	height: 25px;
	padding-top: 7px;
	padding-left: 10px;
	border-left: 1px solid #3a3a3a;
	font-size: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/topMenu_no.gif);
}

.topMenu_no a:hover{
	background-image: url(../images/topMenu_act.gif);
}

.topMenu_act a{
	width: 181px;
	height: 25px;
	padding-top: 0px;
	padding-left: 10px;
	border-left: 1px solid #3a3a3a;
	font-size: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/topMenu_act.gif);
}

.topMenu_act a:hover{
	background-image: url(../images/topMenu_act.gif);
}
.topMenu p {
	margin: 0px;
}