div.main_menu {
	width:981px;
	height:57px;
	margin-left:auto;
	margin-right:auto;
	padding-top:13px;
}

#menu ul {
	list-style-type: none; 
	list-style-image: none; 
}

#menu li {
	display:inline; 
	float:left;	
}

a.home {
	display:block;
	width:180px;
	height:57px;
	background: url(images/menu/home.png)  0 0 no-repeat;
}

a.home:hover {
	background-position: 0 -57px;
}

a.hosting {
	display:block;
	width:180px;
	height:57px;
	background: url(images/menu/hosting.png)  0 0 no-repeat;
}

a.hosting:hover {
	background-position: 0 -57px;
}

a.domains {
	display:block;
	width:180px;
	height:57px;
	background: url(images/menu/domains.png)  0 0 no-repeat;
}

a.domains:hover {
	background-position: 0 -57px;
}

a.features {
	display:block;
	width:180px;
	height:57px;
	background: url(images/menu/features.png)  0 0 no-repeat;
}

a.features:hover {
	background-position: 0 -57px;
}

a.contacts {
	display:block;
	width:180px;
	height:57px;
	background: url(images/menu/contacts.png)  0 0 no-repeat;
}

a.contacts:hover {
	background-position: 0 -57px;
}

/* Drop Down */

ul.cssdropdown {
	position:absolute;
	background: url(images/menu/dropdown_bg.jpg) repeat-x #5d88a9;
	margin:0px;
	padding:0px;
	z-index: 5;
}

li.headlink ul { 
	display: none; 
}

li.headlink:hover ul { 
	display: block; 
}

p.cssdropdown {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
	line-height:24px;
	width:180px;
}

a.cdd {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
	line-height:24px;
	color:#FFFFFF;
}