/* CSS Document */
#headerlNavi{
	height: 14px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#headerlNavi ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#headerlNavi ul li {
	padding:0;
	list-style:none;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}
#headerlNavi ul li a {
	display: block;
	text-indent: -5000px;
	cursor: pointer;
}
#headerlNavi ul li a:hover {
	background-position: bottom;
}
#headerlNavi ul li a.headerMenuA{
	width: 68px;
	height: 14px;
	margin-right: 20px;
	background-image: url(../images/btn_sitemap.gif);
	background-repeat: no-repeat;
}
#headerlNavi ul li a.headerMenuB{
	width: 100px;
	height: 14px;
	background-image: url(../images/btn_mail.gif);
	background-repeat: no-repeat;
}
#headerlNavi ul li a.headerMenuC{
	width: 107px;
	height: 14px;
	background-image: url(../images/btn_privacy.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}
