@media screen and (-webkit-min-device-pixel-ratio:0)
{
/* only webkit-based browsers will read the following styles */
	#navigation td
	{
		text-align: center;
		vertical-align: top;
	}
}
