/*horizontal styles*/
#holder {
	width:983px;
}
.link-holder {
	padding-left:42px;
	width:983px;
	height:33px;
}
.submenuhorizontal {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:983px;
	}
	.subMenuItemshorizontal{
		display:block;
		float:left;
		background: #e9e6df;
		text-decoration: none;
		height:27px;
		color:#6f0312;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		line-height: 11px;
		}
		.subMenuItemshorizontal span{
			display:block;
			float:left;
			background: url(/ftpimages/413/podium/style508/link_divider.png) bottom right no-repeat;
			padding-top: 9px;
			padding-right:7px;
			padding-left: 6px;
			cursor: pointer;
		}
	.subMenuItemshorizontal:hover,a.subMenuItemshorizontal.on{
		color:#b50e28;
		
	}
	
.L3Menuhorizontal{
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:175px;
	}
	.L3MenuItemshorizontal{
		display:block;
		width:175px;
		background:#ebe8e2;
		text-decoration: none;
		color: #26231c;
		font-family: Arial;
		font-size: 13px;
		line-height: 27px;
		}
		.L3MenuItemshorizontal span{
			display:block;
			padding-left:5px;
			padding-right: 5px;
			cursor: pointer;
		}
	.L3MenuItemshorizontal:hover{
		background: #b50e28;
		color:#fdfdfd;
	}
