@charset "utf-8";
/* CSS Document */
.nav{
	background-image:url(images/logo.jpg);
	width:707px;
	height:38px;
	float:left;
	clear:none;
	padding-top:51px;
	font-size:14px;
	font-weight:bold;
}
.home a:link, .home a:visited{
	width:79px;
	height:38px;
	background-image:url(images/nav/home.jpg);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.home a:hover{
	width:79px;
	height:38px;
	background-image:url(images/nav/home.png);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.ho a:link, .ho a:visited{
	width:128px;
	height:38px;
	background-image:url(images/nav/ho.jpg);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.ho a:hover{
	width:128px;
	height:38px;
	background-image:url(images/nav/ho.png);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.multi a:link, .multi a:visited{
	width:174px;
	height:38px;
	background-image:url(images/nav/mui.jpg);
	border:none;
	display:block;
	float:left;
	clear:none;
}


.multi a:hover{
	width:174px;
	height:38px;
	background-image:url(images/nav/mui.png);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.com a:link, .com a:visited{
	width:174px;
	height:38px;
	background-image:url(images/nav/com.jpg);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.com a:hover{
	width:174px;
	height:38px;
	background-image:url(images/nav/com.png);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.other a:link, .other a:visited{
	width:152px;
	height:38px;
	background-image:url(images/nav/other.jpg);
	border:none;
	display:block;
	float:left;
	clear:none;
}
.other a:hover{
	width:152px;
	height:38px;
	background-image:url(images/nav/other.png);
	border:none;
	display:block;
	float:left;
	clear:none;
}

