.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:190px;
	}
	.link-holder{
	}
	.link-holder a.last-link{
			margin-bottom: 0px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;
		background: #1b1a1a;
		text-decoration: none;
		color:#ffffff;
		font-family: Verdana;
		font-weight: bold;
		font-size: 10px;
		line-height: 12px;
		width:190px;
		border-top: 1px solid #ffffff;
		}
		.subMenuItemsdown span{
			display:block;
			padding: 8px 7px 6px 7px;
			cursor: pointer;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		background: #920606;		
	}
	#menu-header{}
	#menu-footer{}
