@charset "utf-8";
/* CSS Document */
#MenuMap {
margin:0px;
padding:0px;
top:0px;
width:300px;
height:581px;
position:relative;
background-image:url(../images/menu2.jpg);     		 /*change*/
list-style:none;
text-decoration:none;
}
	#MenuMap li {
	margin:0px;
	padding:0px;
	position:absolute;
	
	}

		#MenuMap a {
		display:block;
		height:37px;
		}
			
			#MenuMap a.NavLink {
			/*  Hide the text part of the links by moving it waaaayyy offscreen. */
			text-indent:-30000px;
			}

/*  NavLink dimensioning rules - specify offset from top and (constant) width of active area. */
				#News	 		{left:0px; 	width:300px; top:17px; height:37px;}
				#Testimonials 	{left:0px; 	width:300px; top:59px; height:37px;}
				#Success 		{left:0px; 	width:300px; top:95px; height:37px;}
				#Home 	 		{left:0px; 	width:300px; top:150px; height:30px;}
				#Faq 	 		{left:0px; 	width:300px; top:180px; height:30px;}
				#Contact		{left:0px; 	width:300px; top:210px; height:37px;}
				#Services		{left:0px; 	width:300px; top:250px; height:37px;}
				#Local			{left:0px; 	width:300px; top:297px; height:37px;}
				#Long 	 		{left:0px; 	width:300px; top:338px; height:37px;}
				#Internet 		{left:0px; 	width:300px; top:375px; height:37px;}
				#Phone 			{left:0px; 	width:300px; top:420px; height:37px;}
				#Voice 			{left:0px; 	width:300px; top:457px; height:37px;}
				#Maintenance	{left:0px; 	width:300px; top:500px; height:37px;}
				#System			{left:0px; 	width:300px; top:544px; height:37px;}
					
				#Home a{ height:30px}	
				#Faq a{ height:30px}	
/*  Menu hover, active, and "current page" rules, using a "sprite" imagemap, and background positioning. */

				#News a:hover {background: transparent url(../images/menu.jpg) 		-300px -17px no-repeat;}
				#Testimonials a:hover {background: transparent url(../images/menu.jpg) 	-300px -59px no-repeat;}
				#Success a:hover {background: transparent url(../images/menu.jpg) 	-300px -95px no-repeat;}
				#Home a:hover {background: transparent url(../images/menu.jpg) 	-300px -150px no-repeat;}
				#Faq a:hover {background: transparent url(../images/menu.jpg) 	-300px -180px no-repeat;}
				#Contact a:hover {background: transparent url(../images/menu.jpg) 		-300px -210px no-repeat;}
				#Services a:hover {background: transparent url(../images/menu.jpg) 		-300px -250px no-repeat;}
				#Local a:hover {background: transparent url(../images/menu.jpg) 	-300px -297px no-repeat;}
				#Long a:hover {background: transparent url(../images/menu.jpg) 	-300px -338px no-repeat;}
				#Internet a:hover {background: transparent url(../images/menu.jpg) 	-300px -375px no-repeat;}
				#Phone a:hover {background: transparent url(../images/menu.jpg) 	-300px -420px no-repeat;}
				#Voice a:hover {background: transparent url(../images/menu.jpg) 		-300px -457px no-repeat;}
				#Maintenance a:hover {background: transparent url(../images/menu.jpg) 	-300px -500px no-repeat;}
				#System a:hover {background: transparent url(../images/menu.jpg) 	-300px -544px no-repeat;}
					
				#newspage #News a {background: transparent url(../images/news.gif) no-repeat;  }
				#testimonialspage #Testimonials a {background: transparent url(../images/testimonials.gif) no-repeat; }
				#successpage #Success a {background: transparent url(../images/success.gif) no-repeat; margin-top:1px; }
				#homepage #Home a {background: transparent url(../images/home.gif) no-repeat; }
				#contactpage #Contact a {background: transparent url(../images/contact.gif) no-repeat; margin-top: -5px;}			#faqpage #Faq a {background: transparent url(../images/faq.gif) no-repeat; }
				#servicespage #Services a {background: transparent url(../images/services.gif) no-repeat; }
				#localpage #Local a {background: transparent url(../images/local.gif) no-repeat;}
				#longpage #Long a {background: transparent url(../images/long.gif) no-repeat;}
				#internetpage #Internet a {background: transparent url(../images/internet.gif) no-repeat;}
				#phonepage #Phone a {background: transparent url(../images/phone.gif) no-repeat; margin-top:1px;}
				#voicepage #Voice a {background: transparent url(../images/voice.gif) no-repeat;  }
				#maintenancepage #Maintenance a {background: transparent url(../images/maintenance.gif) no-repeat}
				#systempage #System a {background: transparent url(../images/system.gif) no-repeat}
				
				
ul#menuAdd{
list-style:none;
padding:0; margin:10px 0 0 1px;}

ul#menuAdd #Moving{
background:url(../images/movingServices.jpg) no-repeat;
height:26px; width:299px; }

ul#menuAdd #Moving a{
display:block;text-indent:-99999px; height:26px;}

ul#menuAdd #Moving a:hover{
background:url(../images/movingServicesO.jpg) no-repeat;
}

#movingpage #Moving a {background: transparent url(../images/moving.gif) no-repeat}

#MenuMap{
background:url(/images/menu2.jpg) 0 0 no-repeat;
}

#News{
	height: 37px;
	top: 15px;
}

#News a{
	height: 37px;
}

#News a:hover{
	background:url(/images/menu2.jpg) -300px -15px no-repeat;
}
#Testimonials{
	height: 35px;
	top:52px;
}

#Testimonials a{
	height: 35px;
}

#Testimonials a:hover{
	background:url(/images/menu2.jpg) -300px -52px no-repeat;
}

#Success{
	height: 27px;
	top:87px;
}

#Success a{
	height: 27px;
}

#Success a:hover{
	background:url(/images/menu2.jpg) -300px -87px no-repeat;
}

#Referral{
	height: 33px;
	left: 0;
	top: 114px;
	width: 300px;
}

#Referral a{
	height: 33px;
}

#Referral a:hover{
	background:url(/images/menu2.jpg) -300px  -114px no-repeat;
}

#Home{
	height: 27px;
	top: 146px;
}

#Home a{
	height: 27px;
}

#Home a:hover{
	background:url(/images/menu2.jpg) -300px -146px no-repeat;
}

#Faq{
	height: 39px;
	top: 173px;
}

#Faq a{
	height: 39px;
}

#Faq a:hover{
	background:url(/images/menu2.jpg) -300px -173px no-repeat;
}

#Contact{
	height: 34px;
	top: 212px;
}

#Contact a{
	height: 34px;
}

#Contact a:hover{
	background:url(/images/menu2.jpg) -300px -212px no-repeat;
}

#Services{
	height: 52px;
	top: 246px;
}

#Services a{
	height: 52px;
}

#Services a:hover{
	background:url(/images/menu2.jpg) -300px -246px no-repeat;
}

#Local{
	height: 39px;
	top: 298px;
}

#Local a{
	height: 39px;
}

#Local a:hover{
	background:url(/images/menu2.jpg) -300px -298px no-repeat;
}

#Long{
	height: 40px;
	top: 337px;
}

#Long a{
	height: 40px;
}

#Long a:hover{
	background:url(/images/menu2.jpg) -300px -337px no-repeat;
}

#Internet{
	height: 38px;
	top: 377px;
}

#Internet a{
	height: 38px;
}

#Internet a:hover{
	background:url(/images/menu2.jpg) -300px -377px no-repeat;
}

#Phone{
	height: 43px;
	top: 415px;
}

#Phone a{
	height: 43px;
}

#Phone a:hover{
	background:url(/images/menu2.jpg) -300px -415px no-repeat;
}

#Voice{
	height: 40px;
	top:458px
}

#Voice a{
	height: 40px;
}

#Voice a:hover{
	background:url(/images/menu2.jpg) -300px -458px no-repeat;
}

#Maintenance{
	height: 41px;
	top:498px;
}

#Maintenance a{
	height: 41px;
}

#Maintenance a:hover{
	background:url(/images/menu2.jpg) -300px -498px no-repeat;
}

#System{
	height: 39px;
	top:539px;
}

#System a{
	height: 39px;
}

#System a:hover{
	background:url(/images/menu2.jpg) -300px -539px no-repeat;
}
