.flyout							{
								background:url(../images/flyout.jpg) no-repeat top left;
								width:181px;
								height:230px;
								visibility:hidden;
								position:absolute;
								z-index:100;

								
								}
								
.flyout ul						{
								margin:0; 
								padding:35px 0 0 25px; 
								border:0; 
								display:block;
								}
								
.flyout ul li					{
								margin: 0; 
								padding: 0; 
								list-style: none; 
								list-style-image: none !important; 
								height: 24px;
								width:150px;
								display:block;
								line-height:24px;
								}
								
.flyout ul li a					{
								width:150px;
								height:24px;
								margin: 0; 
								padding:0 0 0 10px;
								text-decoration: none; 
								display: block; 
								font:10px Verdana, "Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
								color:#fff;
								}
								
.flyout ul li a:hover			{
								color:#FCDD34;
								background:url(../images/arrow.gif) no-repeat 0% 18%;
								padding-left:10px;
								}