@charset "utf-8";

.act_layer {
	position:absolute;
	bottom:1px;
	height:79px;
	display:none;
}

	#l2 { left:94px; }
	#l3 { left:194px; }
	#l4 { left:336px; }
	#l5 { left:434px; }
	#l6 { left:572px; }
	#l7 { left:684px; }
	
.act_left {
	position:absolute;
	top:0;
	left:0;
}

.act_center {
	position:relative;
	height:79px;
	margin:0 16px;
	background:url(menu/act-center.png) repeat-x;
}

	.act_center a {
		display:block;
		float:left;
		padding:48px 0 0;
		font-size:12px;
		line-height:14px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	.act_center a.twolines {
		padding:34px 0 0;
	}

.act_right {
	position:absolute;
	top:0;
	right:0;
}
