﻿
/**************************************************************

	Image Menu
	v 2.2

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



#imageMenu {
	position:  relative;
	width: 855px;
	height: 150px;
	overflow: hidden;
	padding-left: 300px; 
	
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 150px;
}


#imageMenu ul li.lawn a {
	background: url(images/lawnmaintenance150.jpg) repeat scroll 0%;
	 
}

#imageMenu ul li.landscape a {
	background: url(images/landscape150.jpg) repeat scroll 0%;
}

#imageMenu ul li.hardscape a {
	background: url(images/hardscapes150.jpg) repeat scroll 0%;
}


#imageMenu ul li.decks a {
	background: url(images/decksporches150.jpg) repeat scroll 0%;
}

#imageMenu ul li.patio a {
	background: url(images/patios150.jpg) repeat scroll 0%;
}

#imageMenu ul li.snow a {
	background: url(images/snow150.jpg) repeat scroll 0%;

}

#imageMenu ul li.lighting a {
	background: url(images/lighting150.jpg) repeat scroll 0%;
}

#imageMenu ul li.water a {
	background: url(images/waterworks150.jpg) repeat scroll 0%;
	width: 305px;
}


.clear {
	clear: both;
}

/*************************************************************/


