/* Air Detectives New Build November 14/08 */
/* CSS ROLLOVER MENU SECTION  */
/* Additional secondary messages not yet used  */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 240px;
	background: url(images/img01.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span {
	display: block;
}

/* 9 menu rollovers */

#menu .home {
	width: 85px;
	height: 112px;
	background: url(images/fo01.jpg) no-repeat;
	left: 290px;
	top: 127px;
}
#menu .home1 {
	width: 85px;
	height: 112px;
	background: url(images/fo011.jpg) no-repeat;
	left: 290px;
	top: 127px;
}

#menu .services {
	width: 85px;
	height: 128px;
	background: url(images/fo02.jpg) no-repeat;
	left: 346px;
	top: 0px;
}
#menu .services1 {
	width: 85px;
	height: 80px;
	background: url(images/mr1.jpg) no-repeat;
	left: 346px;
	top:48px;
}


#menu .pricing {
	width: 85px;
	height: 112px;
	background: url(images/fo03.jpg) no-repeat;
	left: 412px;
	top: 128px;
}

#menu .help {
	width: 85px;
	height: 120px;
	background: url(images/fo04.jpg) no-repeat;
	left: 468px;
	top: 0px;
}

#menu .help1 {
	width: 85px;
	height: 80px;
	background: url(images/mr2.jpg) no-repeat;
	left: 468px;
	top: 48px;
}

#menu .info {
	width: 85px;
	height: 112px;
	background: url(images/fo05.jpg) no-repeat;
	left: 533px;
	top: 128px;
}

#menu .join {
	width: 85px;
	height: 128px;
	background: url(images/fo06.jpg) no-repeat;
	left: 590px;
	top: 0px;
}
#menu .join1{
	width: 85px;
	height: 80px;
	background: url(images/mr3.jpg) no-repeat;
	left: 590px;
	top: 48px;
}

#menu .contact {
	width: 85px;
	height: 112px;
	background: url(images/fo07.jpg) no-repeat;
	left: 658px;
	top: 128px;
}

#menu .health {
	width: 85px;
	height: 128px;
	background: url(images/fo08.jpg) no-repeat;
	left: 714px;
	top: 0px;
}

#menu .sitemap {
	width: 85px;
	height: 112px;
	background: url(images/fo09.jpg) no-repeat;
	left: 782px;
	top: 128px;
}

#menu .sitemap1 {
	width: 85px;
	height: 112px;
	background: url(images/fo091.jpg) no-repeat;
	left: 782px;
	top: 128px;
}


/*  Used to add a second image in the rollovers

#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/.jpg) no-repeat;
	left: 26px;
	top: -20px;
}*/


