body
{
	padding:				0px;
	margin:					0px;
	width:					100%;
	height:					100%;
	font-family:			Arial, Verdana, sans-serif;
	font-size:				10pt;
	color:					#000000;
	background-image:		url(images/bg_navi.png);
	background-repeat:		no-repeat;
	background-position:	10px 220px;
}

.menu a
{
	background-image:	url(images/b_0.png);
	background-repeat:	no-repeat;
	margin-left:		54px;
	margin-bottom:		8px;
	display:			block;
	width:				225px;
	outline:			none;
	padding-left:		30px;
	color:				#4F585F;
	text-decoration:	none;
	font-weight:		bold;
	letter-spacing:		0.4pt;
	text-transform:		uppercase;
	
}

.menu a:hover
{
	background-image:	url(images/b_1.png);
}
