/*check out programmer dev for the correct style setup*/
.submenudown {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:191px;
	}
#menu-header{background: #ffffff; height: 3px; width: 191px;}
.link-holder{
		background-color: #54637a;
		opacity:.8;
		filter:alpha(opacity=80);
		padding: 7px 0px 0px 0px;
	}
	.link-holder a.last-link{
			padding-bottom: 5px;
	}
	.link-holder a.first-link{
	
	}
	.subMenuItemsdown{
		display:block;		
		text-decoration: none;
		color:#bdc2ca;
		font-family: Helvetica;
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
		width: 191px;
		}
		.subMenuItemsdown span{
			display:block;
			padding: 6px 14px;
			cursor: pointer;
			line-height: 14px;
		}
	.subMenuItemsdown:hover,a.subMenuItemsdown.on{
		color:#ffffff;
