/*******
* NAVI *
*******/

.navi_element_no {
	padding-left: 24px;
	padding-top: 4px;
	height: 25px;
}

.sub_navi_element_no {
	padding-left: 36px;
	padding-top: 4px;
	height: 19px;
}

.sub_navi_element_no a{
	text-transform: lowercase;
	color: #4e4b49;
	text-decoration: none;
	font-size: 12px;
}
.navi_element_no a {
	color: #4e4b49;
	text-decoration: none;
	font-size: 14px;
}

.sub_navi_element_no a:hover,
.navi_element_no a:hover {
	text-decoration: none;
}

.navi_element_act {
	text-transform: lowercase;
	padding-left: 24px;
	padding-top: 4px;
	height: 25px;
	background-color: #7ab41d;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sub_navi_element_act {
	padding-left: 36px;
	padding-top: 4px;
	height: 19px;
}

.sub_navi_element_act a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.navi_element_act a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.sub_navi_element_act a:hover,
.navi_element_act a:hover {
	text-decoration: none;
}
