.ddsmoothmenu{width:755px;  height:50px;}
.ddsmoothmenu ul{z-index:100;}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;  border-right:1px solid #905f67;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #ebc581;
	padding: 0px 10px 0px 10px;
	line-height:50px;
}
.ddsmoothmenu ul li a:hover{text-decoration:none;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link{
	color: #ebc581;
}
.ddsmoothmenu ul li.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image:url(../primecuts-images/active-butchery-nav.gif);
	background-repeat:repeat-x;
	color: #ebc581;
}
.ddsmoothmenu ul li a.active{background-image:url(../primecuts-images/active-arw.gif); background-repeat:no-repeat; background-position:bottom center; font-weight:bold;}

.ddsmoothmenu ul li:hover{
	background-image:url(../primecuts-images/active-butchery-nav.gif);
	background-repeat:repeat-x;
	color: #ebc581;
	text-decoration:none;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-image:none;
	background-color:#7e0e1c;	
	font-size:12px; 
	border-bottom:5px solid #ebc581;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	font-weight:normal; border:0px;
}
.ddsmoothmenu ul li ul li a{line-height:25px;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-left:0px;
	background-color:#724125;	
	border-bottom:5px solid #9b7e6d;
}
/* Sub level menu links style
.ddsmoothmenu ul li ul li.active{background-image:url(../primecuts-images/sublink_arrow.gif); background-repeat:no-repeat; background-position:top right;} */
.ddsmoothmenu ul li ul li a{
	width:8em;
	margin: 0;
	background-color:#724125;	
	background-image:none;
	background:none;
	color:#ebc581;
	font-size:12px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	background:none;
	color:#ebc581;
}
.ddsmoothmenu ul li ul li a:selected{
	background-image:none;
	background:none;
	background-color:#321d11;
	color:#ebc581;
}
.ddsmoothmenu ul li ul li a:hover{
	background-image:none;
	background-color:#b21d39;
	color:#ebc581;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	background-color:#b21d39;
	color:#ebc581;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

