#top-menu{
	float: left;
	margin-top: 244px;
	height: 72px;
	padding-left: 433px;
}
.menu-item1{
	display:block;
	float: left;
	background-image: url(../images/index.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 72px;
	margin-left: 5px;
}
.menu-item2{
	display:block;
	float: left;
	background-image: url(../images/projects.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 72px;
	margin-left: 5px;
}
.menu-item3{
	display:block;
	float: left;
	background-image: url(../images/action.gif);
	background-repeat: no-repeat;
	width: 128px;
	height: 72px;
	margin-left: 5px;
}
.menu-item4{
	display:block;
	float: left;
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 72px;
	margin-left: 5px;
}
.menu-item5{
	display:block;
	float: left;
	background-image: url(../images/last.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 72px;
	margin-left: 5px;
}
a.menu-item1:hover{
	float: left;
	background-image: url(../images/index_a.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 72px;
	margin-left: 5px;
}
a.menu-item2:hover{
	float: left;
	background-image: url(../images/projects_a.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 72px;
	margin-left: 5px;
}
a.menu-item3:hover{
	float: left;
	background-image: url(../images/action_a.gif);
	background-repeat: no-repeat;
	width: 128px;
	height: 72px;
	margin-left: 5px;
}
a.menu-item4:hover{
	float: left;
	background-image: url(../images/about_a.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 72px;
	margin-left: 5px;
}
a.menu-item5:hover{
	float: left;
	background-image: url(../images/last_a.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 72px;
	margin-left: 5px;
}

