@charset "utf-8";
/* CSS Document */
#navigation a:hover{
	text-decoration:none;
}


a.topA{color:#797979;font-weight:normal;}
a.subA{color:#797979;font-weight:normal;}
a.subsubA{color:#797979;font-weight:normal;}

.active.topA {color:#3c8523;font-weight:bold;}
.active.subA {color:#3c8523;font-weight:normal;}
.active.subsubA {color:#3c8523;font-weight:bold;}



.navi_spacer {
	margin:0 5px;
	float:left;
	width:5px;
	text-align:center;
}

.topLine{
	width:232px;
	height:1px;
	background-color:#c4e0ba;
	margin-top:3px;
}

.topmenu {
	position:relative;
	font-size:14px;
	padding-top:14px;
}

.topmenu:hover a.topA{
	color:#3c8523;
}


.topmenu.active .subnavi_holder{
	display:block;
}

.subnavi_holder{
	margin-top:8px;
	display:none;
	width:200px;
}


.sublink{
	padding-left:15px;
	line-height:23px;
	height:23px;
	background-image:url(../pics/sublink.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

.sublink {
	position:relative;
}

.sublink:hover .subA{	
	color:#3c8523;
	padding-left:2px;
}

.sublink:hover{
	background-image:url(../pics/sublink_hover.png);
	padding-left:15px;
	font-weight:bold;
}


.singleNaviMenu {
	float:left;
}
