#menu ul {
	list-style-type: none; 
	list-style-image: none; 
}

#menu li {
	display:inline; 
	float:left;
	padding-left:5px;
	padding-right:5px;
}

a.homelogo {
	display:block;
	width:236px;
	height:39px;
	background: url(images/menu/homelogo.png)  0 0 no-repeat;
}

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.company {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/company.jpg)  0 0 no-repeat;
}

a.company:hover {
	background-position: 0 -39px;
}

a.services {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/services.jpg)  0 0 no-repeat;
}

a.services:hover {
	background-position: 0 -39px;
}

a.hosting {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/hosting.jpg)  0 0 no-repeat;
}

a.hosting:hover {
	background-position: 0 -39px;
}

a.solutions {
	display:block;
	width:102px;
	height:39px;
	background: url(images/menu/solutions.jpg)  0 0 no-repeat;
}

a.solutions: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.jpg)  0 0 no-repeat;
}

a.contact:hover {
	background-position: 0 -39px;
}

