.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:221px;
	}
	.subMenuItemsdown{
		display:block;
		background: #292826;
		background: transparent url(/images/L1_menu_bg.png) top left repeat-y;
		text-decoration: none;
		/*height:27px;*/
		color:#ffffff;
		font-family: Trebuchet MS;
		/*font-weight: bold;*/
		font-size: 13px;
		line-height: 15px;
		width:221px;
		}
		.subMenuItemsdown span{
			display:block;
			padding:4px 10px 6px 26px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background: url(/images/L1_menu_on.png) top left repeat-y;
		line-height:15px;
		color:#8edf40;
	}
	#menu-footer {
		background: url(/images/L1_menu_footer.png) bottom left no-repeat;
		height:12px;
		width:221px;
	}
	
.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;
	}
