/* CSS Document */

/* menu */
.sf-menu {
	display:inline-block;
	float:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	height: 40px;
}
.sf-menu ul {position:absolute; top:-999px; display:none;}
.sf-menu:hover {
	background:url(arrow_header.png) no-repeat center bottom;
	height: 40px;
}
.sf-menu-space {

	display:inline-block;
	float:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	height: 40px;
	padding-left: 20px;
}
.sf-menu:current {
	background:url(arrow_header.png) no-repeat center bottom;
	height: 40px;
}
.sf-menu-current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(arrow_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: middle;
}
