/*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:176px;
	}
	.link-holder{
		background-color: #ffffff;
		padding: 0 3px;
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;
		background: url(/images/dd_Off.png) no-repeat #ffffff;
		text-decoration: none;
		color:#4d545a;
		font-family: Helvetica;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		width:170px;
		}
		.subMenuItemsdown span{
			display:block;
			padding: 3px 5px 5px 19px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.hover,a.subMenuItemsdown.on{
		background: url(/images/dd_on.png) no-repeat;
		color:#ffffff;
	}
	#menu-header{
		background: url(/images/dd_top.png) no-repeat;
		width: 176px;
		height: 21px;
	}
	#menu-footer{
		background: url(/images/dd_bottom.png) no-repeat;
		width: 176px;
		height: 14px;
	}
	
/* 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*/