.flyout {
  width: 200px; 
  height: 20px; 
  z-index: 100;
  border-left: #5a08b5 1px; 
  border-right: #5a08b5 1px; 
  border-top: #5a08b5 1px; 
  border-bottom: #5a08b5 1px; 
  background-color: #AC83DA; 
  layer-background-color: #AC83DA; 
	filter:filter:alpha(opacity=90);
  visibility: hidden;
	cursor: hand;
}
.flyoutLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


