.about {
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 18px;
	background-image: url(../menu/about.png);
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
}

.about a {
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 18px;
	background-image: url(../menu/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	overflow: hidden; 
}

.about a:hover {
	width: 149px;
	height: 18px;
	background-image: url(../menu/about.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	float: right;
}



.photo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 204px;
	height: 18px;
	background-image: url(../menu/photo.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.photo a {
	margin: 0px;
	padding: 0px;
	width: 204px;
	height: 18px;
	background-image: url(../menu/photo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}

.photo a:hover {
	width: 204px;
	height: 18px;
	background-image: url(../menu/photo.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	float: left;
}



.blog {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 99px;
	height: 18px;
	background-image: url(../menu/blog.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.blog a {
	margin: 0px;
	padding: 0px;
	width: 99px;
	height: 18px;
	background-image: url(../menu/blog.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}

.blog a:hover {
	width: 99px;
	height: 18px;
	background-image: url(../menu/blog.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	float: left;
}



.contact {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 281px;
	height: 18px;
	background-image: url(../menu/contact.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.contact a {
	margin: 0px;
	padding: 0px;
	width: 281px;
	height: 18px;
	background-image: url(../menu/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	overflow: hidden;
}

.contact a:hover {
	width: 281px;
	height: 18px;
	background-image: url(../menu/contact.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	float: left;
}