/*check out programmer dev for the correct style setup*/

.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.link-holder{
		background: #fefac9;
		border:solid 1px #8d2035;
	}
	.subMenuItemsdown{
		display:block;
		text-decoration: none;
		color:#000000;
		font-family: Helvetica;
		font-size: 11px;
		line-height: 11px;
		width:200px;
		}
		.subMenuItemsdown span{
			display:block;
			padding:9 10 8 5;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background: #8d2035;
		color:#fefac9;
		
	}
	
.L3Menudown{
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.L3Menudown #holder{
		background: #fefac9;
		border:solid 1px #8d2035;
	}
	.L3MenuItemsdown{
		display:block;
		text-decoration: none;
		color:#000000;
		font-family: Helvetica;
		font-size: 11px;
		line-height: 11px;
		width:200px;
		}
		.L3MenuItemsdown span{
			display:block;
			padding:9 10 8 5;
			cursor: pointer;
		}
	.L3MenuItemsdown:hover{
		background: #8d2035;
		color:#fefac9;
	}
