@CHARSET "UTF-8";

#menu_blue ul,
#menu_blue ul li
{
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu_blue ul{
	width: 153px;
	height: 33px;
	background: url(../images/menu/menu_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_blue ul li a{
	display: block;
	width: 74px;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#menu_blue ul li.menu_regist a.active,
#menu_blue ul li.menu_regist a:focus,
#menu_blue ul li.menu_regist a:hover
{
	background: url(../images/menu/menu_blue.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu_blue ul li.menu_help a.active,
#menu_blue ul li.menu_help a:focus,
#menu_blue ul li.menu_help a:hover
{
	background: url(../images/menu/menu_blue.png);
	background-repeat: no-repeat;
	background-position: -74px -33px;
}