@charset "UTF-8";
/* CSS Document */

#home
{
	display: block;
	width: 78px;
	height: 25px;
	background: url("../images/homebutton.png") no-repeat 0 0;
	float: left;
	position: relative;
}

#home:hover
{ 
  background-position: 0 -25px;
}

#home span
{
  display: none;
}

#port
{
	display: block;
	width: 115px;
	height: 25px;
	background: url("../images/portbutton.png") no-repeat 0 0;
	position: relative;
	top: 0px;
	float: left;
}

#port:hover
{ 
  background-position: 0 -25px;
}

#port span
{
  display: none;
}

#serv
{
	display: block;
	width: 89px;
	height: 25px;
	background: url("../images/services.png") no-repeat 0 0;
	position: relative;
	top: 0px;
	float: left;
}

#serv:hover
{ 
  background-position: 0 -25px;
}

#serv span
{
  display: none;
}