.ddsmoothmenu {
	font: bold 15px georgia;
	width: 100%;
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu ul li a {
	display: block;
	color: #fff;
	padding: 8px 23px;
	color: #2d2b2b;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a {
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #fff;
}

.ddsmoothmenu ul li a:hover {
	color: #333;
}

.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
*/
.ddsmoothmenu ul li ul li a {
	font: bold 15px georgia;
	width: 160px;
	padding: 5px 5px 5px 19px;
	margin: 0;
	border-top-width: 0;
}

.ddshadow {
	position: absolute;
	z-index: 80;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #c4b487;
}






.ddsmoothmenu2 {
	font: bold 14px georgia;
	width: 100%;
}

.ddsmoothmenu2 ul {
	z-index: 50; position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu2 ul li {
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu2 ul li a {
	display: block;
	color: #fff;
	padding: 8px 40px;
	color: #2d2b2b;
	text-decoration: none;
}

* html .ddsmoothmenu2 ul li a {
	display: inline-block;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited {
	color: #fff;
}

.ddsmoothmenu2 ul li a:hover {
	color: #333;
}

.ddsmoothmenu2 ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
}

.ddsmoothmenu2 ul li ul li {
	display: list-item;
	float: none;
}
/*
.ddsmoothmenu2 ul li ul li ul {
	top: 0;
}
*/
.ddsmoothmenu2 ul li ul li a {
	font: bold 14px georgia;
	width: 160px;
	padding: 5px 5px 5px 40px;
	margin: 0;
	border-top-width: 0;
}

.ddshadow2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #8ca6b4;
	z-index: 40;
	margin-left: 25px;
	
	
}
