BODY {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}
TABLE{
	border-width:0;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
}
TD{
	padding: 0;
	border-collapse: collapse;
}
IMG{
	border-width:0;
}
td.content{
   padding-left: 7px;
   padding-top: 0px;
   border-top: 0px;
	border-collapse: collapse;
}
TD.menu{
	padding-top: 3px;
	border-collapse: collapse;
}
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1024px;
  height: 50px;
  background: url(images/menu-bg.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 span {
  display: none;
}

#menu a.home {
  width: 127px;
  height: 50px;
  background: url(newmenu.png) no-repeat;

}

#menu a.home:hover{
  width: 127px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: 0 -51;

}

#menu a.about  {
  width: 178px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -126 0;
  left: 126;
}

#menu a.about:hover {
  width: 178px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -126 -51;
  left: 126;
}


#menu a.portfolio  {
  width: 167px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -304 0;
  left: 304;
}

#menu a.portfolio:hover {
  width: 167px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -304 -51;
  left: 304;
}

#menu a.other  {
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -471 0;
  left: 471;
}

#menu a.other:hover
{
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -471 -51;
  left: 471;
}
#menu a.testimonial  {
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -664 0;
  left: 664;
}

#menu a.testimonial:hover
{
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -664 -51;
  left: 664;
}
#menu a.contact  {
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -857 0;
  left: 857;
}

#menu a.contact:hover
{
  width: 193px;
  height: 50px;
  background: url(newmenu.png) no-repeat;
  background-position: -857 -51;
  left: 857;
}