#menu {
	list-style: none;
	padding: 0;
	margin: -46px 0 30px 8px;
	width: 428px;
	height: 37px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: 0 -37px;
}
#menu a:hover span {
	display: block;
}
#menu .home {
	width: 64px;
	height: 37px;
	background: url("images/home.png") no-repeat;
}
#menu .port {
	width: 94px;
	height: 37px;
	background: url("images/port.png") no-repeat;
	left: 64px;
	top: 0;
}
#menu .serv {
	width: 89px;
	height: 37px;
	background: url("images/serv.png") no-repeat;
	left: 158px;
	top: 0;
}
#menu .cli {
	width: 73px;
	height: 37px;
	background: url("images/cli.png") no-repeat;
	left: 247px;
	top: 0;
}
#menu .cont {
	width: 108px;
	height: 37px;
	background: url("images/cont.png") no-repeat;
	left: 320px;
	top: 0;
}