table#menu { /*overided*/
	top: 280px;
}
table#menu td.otherPage { /*extended*/
	background-color: #d9b88c;
	background-image: url(../pictures/menuBrickStatue.jpg);
}
table#menu a {/*overided*/
  color: #330000;
}
td.otherPage a {
	background-color: #d4ac88;
}
table#menu a:hover {/*restore*/
   color: white;
   background-color: #cc6633;
}
#adRight, #adLeft {
    background-image: url(../pictures/adBrick.jpg);
}

	