
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 937px;
	height: 295px;
	overflow: hidden;
	padding: 20px 2px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 295px;
	width: 937px;
	padding: 0;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	/*border: 1px solid #8fa6b6;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:185px;
	height: 275px;

}

#imageMenu ul li.isp a {
	background: url(/images/isp-in-a-box.png) no-repeat scroll 0% top;
}
#imageMenu ul li.isp a:hover {
	background: url(/images/isp-in-a-box-hover.png) no-repeat scroll 0% top;
}

#imageMenu ul li.spam a {
	background: url(/images/email-security-in-a-box.png) no-repeat scroll 0% top;
}
#imageMenu ul li.spam a:hover {
	background: url(/images/email-security-in-a-box-hover.png) no-repeat scroll 0% top;
}

#imageMenu ul li.vps a {
	background: url(/images/vps-in-a-box.png) no-repeat scroll 0% top;
}
#imageMenu ul li.vps a:hover {
	background: url(/images/vps-in-a-box-hover.png) no-repeat scroll 0% top;
}

#imageMenu ul li.ruby a {
	background: url(/images/ruby-in-a-box.png) no-repeat scroll 0% top;
}
#imageMenu ul li.ruby a:hover {
	background: url(/images/ruby-in-a-box-hover.png) no-repeat scroll 0% top;
}
#imageMenu ul li.branding a {
	background: url(/images/emails-branding-in-a-box.png) no-repeat scroll 0% top;
}
#imageMenu ul li.branding a:hover {
	background: url(/images/emails-branding-in-a-box-hover.png) no-repeat scroll 0% top;
}

#imageMenu span {
    display: none;
}

.clear {
	clear: both;
}
.no-border {
border-right:none;
}


/*************************************************************/

