/*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:221px;
	}
	.link-holder{
		text-align:left;
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;
		/*background: #024f96 url(/ftpimages/198/podium/style640/dd_off.png) repeat-y;*/
		background: url(/images/dd_bg.png) repeat-y;
		text-decoration: none;
		color:#ddc1b0;
		font-family: verdana;
		/*font-weight: bold;*/
		font-size: 12px;
		line-height: 14px;
		width:221px;
		}
	.subMenuItemsdown.submenu{}
		.subMenuItemsdown span{
			display:block;
			padding: 5px 14px 5px 18px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.hover,a.subMenuItemsdown.on{
		/*background: url(/ftpimages/198/podium/style640/dd_on.png) repeat-y;*/
		background: url(/images/dd_on.png) repeat-y;
		color:#ffffff;		
	}
	/* hover state for L3 indicator style */
	.subMenuItemsdown.submenu:hover, a.subMenuItemsdown.submenu.on{}
	#menu-header{
		background: url(/images/dd_bg.png) repeat-y;
		height:9px;
	}
	#menu-footer{
		background: url(/images/dd_bg.png) repeat-y;
		height:9px;
	}
	
/* 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*/