	
	
	table.flymenu {
		position: absolute;
		visibility: hidden;
		left: 182px;
		top: 0px;
		width: 209px;
		z-index: 100;
		}
		
		table.flymenu td.shadow {
			width: 4px;
			background: #ffffff url(../img/menu/shadow.gif) repeat-y;
			}
		
		table.flymenu td.body {
			border-right: 1px solid #00bceb;
			}
		
			table.flymenu td.body table td {
				text-align: left;
				vertical-align: middle;
				height: 20px;
				width: 205px;
				background-color: #09ceff;
				}
	
		table.flymenu td a {	
			font-family: Tahoma;
			font-size: 11px;
			width: 205px;
			height: 20px;
			padding: 3px 0px 0px 20px;
			color: #4b427d;
			text-decoration: none;
			}
			
		#flyer {
			top 0px;
			left: 182px;
			position: absolute;
			visibility: hidden;
			z-index: 100;
			width: 4;
			height: 25px;
			background: url(../img/menu/out.gif) no-repeat;
			}