/*Below are the Menu Down styles. If you need another menu style, check out programmer dev zdocs>menu for the correct style setup*/

.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:210px;
	}
	.link-holder{
		background-color: #0000ff;
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;
		background: #ffffff;
		text-decoration: none;
		color:#032f5a;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		line-height: 11px;
		width:200px;
		}
		.subMenuItemsdown span{
			display:block;
			padding-top: 9px;
			padding-right:10px;
			padding-left: 5px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.hover,a.subMenuItemsdown.on{
		background: #00a6a8;
		color:#ffffff;
		
	}
	#menu-header{}
	#menu-footer{}
	
/* end L2 styles, start L3 styles */

.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;
	}
	
	.menufirst{background: #ff0000;}
	
	#L3menu-header{}
	#L3menu-footer{}

/* end L3 styles*/
