

#menuTable
{
	position: absolute;
	left: 0px;
	top: 78px;
	height: 75px;
	width: 500px;
}

#buttonsTable
{
	position: absolute;
	left: 0px;
	top: 78px;
	height: 75px;
	width: 500px;
}
#rowIcons
{
	height: 51px;
	vertical-align: bottom;
}

#rowLinks
{
	height: 22px;
	vertical-align: bottom;
}


#menuTable td, #buttonsTable td
{
	margin: 0px;
	padding: 0px;
	width: 95px;
	text-align: center;
}


img
{
	border-style: none;
}