@media handheld
{
	.viewermenuitemfooter
	{
		position: relative;
		z-index: 10;
		top: 139px;
		background-image:url(../images/menuitemfooter.png);
		height: 44px;
		border: none;
		display: none;
		opacity: 0;
	}
}

@media screen and (max-device-width: 480px)
{
	.viewermenuitemfooter
	{
		position: relative;
		z-index: 10;
		top: 139px;
		background-image:url(../images/menuitemfooter.png);
		height: 44px;
		border: none;
		display: none;
		opacity: 0;
	}
}