#menu ul {
	list-style-type: none; 
	list-style-image: none; 
}

#menu li {
	display:inline; 
	float:left;
	padding-left:5px;
	padding-right:5px;
}

a.home {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/home.jpg)  0 0 no-repeat;
}

a.home:hover {
	background-position: 0 -39px;
}

a.sharedhosting {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/shared-hosting.jpg)  0 0 no-repeat;
}

a.sharedhosting:hover {
	background-position: 0 -39px;
}

a.resellerhosting {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/reseller-hosting.jpg)  0 0 no-repeat;
}

a.resellerhosting:hover {
	background-position: 0 -39px;
}

a.dedicatedservers {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/dedicated-servers.jpg)  0 0 no-repeat;
}

a.dedicatedservers:hover {
	background-position: 0 -39px;
}

a.vpsservers {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/vps-servers.jpg)  0 0 no-repeat;
}

a.vpsservers:hover {
	background-position: 0 -39px;
}

a.support {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/support.jpg)  0 0 no-repeat;
}

a.support:hover {
	background-position: 0 -39px;
}

a.contact {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/contact-us.jpg)  0 0 no-repeat;
}

a.contact:hover {
	background-position: 0 -39px;
}


