@charset "utf-8";
/* CSS Document */

.topmenu,.topmenu_active {
	display:block;
	float:left;
	position:relative;
	font-size:11px;
	font-weight:bold;	
	z-index:2;
	width:123px;
	height:30px;
	line-height:30px;
	background-image:url(../pics/topmenu.png);
	text-align:center;
}

.topmenu:hover,.topmenu_active{
	background-image:url(../pics/topmenu_h.png);
	color:#FFFFFF;
}


.topmenu .active, a.active {
	color:#FFFFFF;
}

.topmenu:hover .toplink,.topmenu .toplink:hover,
.topmenu_active:hover .toplink,.topmenu_active .active:hover{
	color:#FFFFFF;
}


.topmenu .navi_line, .topmenu_active .navi_line{
	display:none;
}

.subnavi_holder {
	display:none;
	position:absolute;
	left:-2px;
	#padding-top:22px;
	width:195px;
	text-align:left;
	z-index:200;	
}

.topmenu:hover .subnavi_holder, .topmenu_active:hover .subnavi_holder{
	display:block;
}

/*
.subnavi_bg {
	background-image:url(../pics/subnavi_kachel.jpg);
	background-repeat:repeat-y;
}
*/

.subnavi {
	min-height:52px;
	/*
	background-image:url(../pics/subnavi_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
	padding:0 0 15px;
}

.sublink,.sublink_top {	
	/*position:relative;	*/
	/*
	height:23px;
	line-height:23px;*/
	height:27px;
	line-height:27px;	
	font-size:11px;
	font-weight:normal;
	padding-left:39px;
	background-image:url(../pics/sublink.png);	
	/*z-index:10;*/
	
}

a.sk {
	color:#3e3e3e;
}

.sublink:hover a, .sublink a:hover{
	font-weight:bold;
	color:#ffffff;
}

.sublink:hover {
	background-image:url(../pics/sublink_hover.png);
	background-repeat:no-repeat;
	height:27px;
	line-height:27px;
	/*margin-top:-4px;
	margin-bottom:-4px;*/
	/*z-index:4;*/
}

.subnavi_top {
	height:5px;
	background-image:url(../pics/sublink.png);	
}
.subnavi_footer {
	height:16px;
	background-image:url(../pics/subnavi_footer.png);
}
