
.menu 
{
 filter:alpha(Opacity=85);
  }
  
#memoryticker{
	width: 140px;
	padding: 12px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=2);
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	height: 110px;
	color: #007888;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
