#menu a {
	position: absolute;
	width:121px;
	height:223px;
	text-decoration: none;
  }
/*menu link map*/  
a#home {width:99px; height:13px; left:56px; top:187px;}
a#services {width:99px; height:15px; left:56px; top:213px;}
a#tech {width:103px; height:14px; left:56px; top:240px;}
a#team {width:99px; height:11px; left:56px; top:266px;}
a#careers {width:99px; height:11px; left:56px; top:292px;}
a#contact {width:99px; height:11px; left:56px; top:318px;}
a#support {width:99px; height:15px; left:57px; top:344px;}
a#survey {width:99px; height:11px; left:56px; top:370px;}

/*link hover images*/
a#home:hover { background-image:url(images/home.jpg); border: none; background-repeat:no-repeat; }
a#services:hover { background-image:url(images/services2.jpg); border: none; background-repeat:no-repeat; }
a#tech:hover { background-image:url(images/tech2.jpg); border: none; background-repeat:no-repeat; }
a#team:hover { background-image:url(images/team.jpg); border: none; background-repeat:no-repeat; }
a#careers:hover { background-image:url(images/careers.jpg); border: none; background-repeat:no-repeat; }
a#contact:hover { background-image:url(images/contact.jpg); border: none; background-repeat:no-repeat; }
a#support:hover { background-image:url(images/support.jpg); border: none; background-repeat:no-repeat; }
a#survey:hover { background-image:url(images/survey.jpg); border: none; background-repeat:no-repeat; }
