.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:189px;
	}
	.subMenuItemsdown{
		display:block;
		background:#14213a;
		color:#ffffff;
		font-family: Verdana;
		font-size:11px;
		text-decoration:none;
		width:189px;
		}
		.subMenuItemsdown span{
			 display: block;
			 padding:5px 12px 6px 12px; 
			 
			 border-top: 1px solid #101a2e;
			border-bottom: 1px solid #223a5f;
			
			 cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background: url(/ftpimages/382/podium/style729/images/L2_dd_On.gif) top left repeat-y #132038;
		color: #9bd485;
		text-decoration:none;
		
	}
	.subMenuItemsdown:hover span,a.subMenuItemsdown.on span{
		
		border-top: 1px solid #101a2e;
		border-bottom: 1px solid #223a5f;
		
	}
#menu-footer{
	background: #101a2e; 
	height: 1px;
}
	
.L3Menudown{
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.L3MenuItemsdown{
		display:block;
		width:200px;
		background:#00a6a8;
		text-decoration: none;
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		line-height: 27px;
		}
		.L3MenuItemsdown span{
			display:block;
			padding-left:5px;
			padding-right: 5px;
			cursor: pointer;
		}
	.L3MenuItemsdown:hover{
		background: #01797b;
	}
