.submenudown {
	/*these styles are required*/
	position:absolute;
	margin-left:-5px;
	/*these styles are required*/
	width:212px;
	}
	.subMenuItemsdown{
		display:block;
		background: url(/images/l2_off.png) repeat-y;
		text-decoration: none;
		/*height:26px;*/
		color:#07325e;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		line-height: 13px;
		width:212px;
		}
		.subMenuItemsdown span{
			display:block;
			padding-top: 7px;
			padding-bottom: 7px;
			padding-right:15px;
			padding-left: 15px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background: url(/images/l2_on.png) repeat-y;
		color:#ffffff;
	}
	#menu-header{
		background: url(/images/l2_top.png) no-repeat;
		width:212px;
		height:12px;
	}
	#menu-footer{
		background: url(/images/l2_bottom.png) no-repeat;
		width:212px;
		height:16px;
	}
	
.L3Menudown{
	/*these styles are required*/
	position:absolute;
	margin-left:-11px;
	/*these styles are required*/
	width:212px;
	}
	.L3MenuItemsdown{
		display:block;
		width:212px;
		background:#009b90;
		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;
	}