#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	height: 28px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 56px;
	height: 23px;
	background: url(images/home.png) no-repeat;
	left: 5px;
	top: 0px;
}

#menu .about {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 77px;
	height: 23px;
	background:url(images/about.png) no-repeat;
	left: 70px;
	top: 0px;
}

#menu .graphicdesign {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 119px;
	height: 23px;
	background:url(images/graphic-design.png) no-repeat;
	left: 150px;
	top: 0px;
}

#menu .webdesign {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 93px;
	height: 23px;
	background:url(images/web-design.png) no-repeat;
	left: 273px;
	top: 0px;
}
#menu .domain {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 144px;
	height: 23px;
	background:url(images/domain-hosting.png) no-repeat;
	left: 370px;
	top: 0px;
}
#menu .contact {
	color:#FFF;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	width: 92px;
	height: 23px;
	background:url(images/contact-web-design.png) no-repeat;
	left: 518px;
	top: 0px;
}


