@charset 'UTF-8';

.menu-top {
	position:absolute;
	top:50px;
	right:15px;
	height:28px;
}

.menu-top a {
	display:block;
	height:28px;
	float:left;
	margin-right:10px;
	text-decoration:none;
	color:#fff;
}
.menu-top a span {
	cursor:pointer;
}
.menu-top a span.left-edge {
	display:block;
	width:2px;
	height:28px;
	float:left;
}

.menu-top a span.cnt {
	display:block;
	height:28px;
	float:left;
	padding:0 6px;
	line-height:2em
}

.menu-top a span.right-edge {
	display:block;
	width:2px;
	height:28px;
	float:left;
}

.menu-top a.top-menu-active {color:#000;}
.menu-top a.top-menu-active span.right-edge {background:url(/images/menu/right-edge.gif) 0 0 no-repeat;}
.menu-top a.top-menu-active span.cnt {background:url(/images/menu/cnt.gif) 0 0 repeat-x;}
.menu-top a.top-menu-active span.left-edge {background:url(/images/menu/left-edge.gif) 0 0 no-repeat;}