	
/* end L1 styles, start L2 styles */
/*=========== drop down menu ================*/
.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:185px;
	
	}
	.link-holder{
		background: #99191c;
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
			/*padding-bottom: 9px;*/
	}
	.link-holder a.first-link{
		/*padding-top: 9px;*/
	}
	.subMenuItemsdown, a.subMenuItemsdown, a.subMenuItemsdown:link, a.subMenuItemsdown:hover,a.subMenuItemsdown:active,a.subMenuItemsdown:visited{
		background:url(/images/dropdown_off.jpg) repeat-y;
		display:block;		
		text-decoration: none;		
		color:#ffffff;
		font-family: Arial;
		font-size: 12px;
		line-height: 14px;
		width:185px;
		}
		.subMenuItemsdown span, a.subMenuItemsdown span{
			display:block;
			padding: 5px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background:#6a0c0e;
		color:#ffffff;
	}
	#menu-header{background:url(/images/dropdown_header.png) no-repeat;width:185px;height:12px;}
	#menu-footer{background:url(/images/dropdown_footer.png) no-repeat;width:185px;height:10px;}
	
/* 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;}

/* end L3 styles*/
