
.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.subMenuItemsdown{
		display:block;
		background: #006738;
		text-decoration: none;
		/*height:27px;*/
		color:#efebdf;
		font-family: Tahoma;
		font-size: 12px;
		line-height: 12px;
		width:200px;
		}
		.subMenuItemsdown span{
			display:block;
			padding-top: 7px;
			padding-right:10px;
			padding-left: 10px;
			padding-bottom:7px;
			cursor: pointer;
		}
	#holder .subMenuItemsdown:hover, #holder .subMenuItemsdown.on{
		background: #057e47;
		color:#ffffff;
		
	}
	
.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: Tahoma;
		font-size: 12px;
		line-height: 27px;
		}
		.L3MenuItemsdown span{
			display:block;
			padding-left:5px;
			padding-right: 5px;
			cursor: pointer;
		}
	.L3MenuItemsdown:hover{
		background: #01797b;
	}