.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:191px;
	}
	.link-holder{
		padding: 5px 0;
		border-left: 1px solid #4b4b4b;
		border-right: 1px solid #4b4b4b;
		background-color: #7c7c7c;
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;
		text-decoration: none;
		color:#ffffff;
		font-family: Arial;
		font-size: 13px;
		line-height: 15px;
		width:191px;
		}
		.subMenuItemsdown span{
			display:block;
			padding: 8px 10px 8px 25px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		text-decoration: underline;
		
	}
	#menu-header{
		background: url(/ftpimages/7/podium/Style543/images/L2_dd_top.png) no-repeat; 
		width: 191px; 
		height: 15px;
		}
	#menu-footer{
		border-bottom: 1px solid #4b4b4b;
		border-left: 1px solid #4b4b4b;
		border-right: 1px solid #4b4b4b;
		background-color: #7c7c7c;
		height: 5px;
		}
.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;}
