.ddsmoothmenu {
	width: 750px;
	position: absolute;
	left: 210px;
	top: 110px;
}

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

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	background: url(../images/nav-separator.jpg) no-repeat scroll 0 0;
	line-height: normal;
	margin-left: 7px;
	padding: 9px 3px 9px 10px;
	z-index: 99;
}

.ddsmoothmenu ul li a {
	display: block;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}

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

.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background: #DFBDD9;
	border: 1px solid #FFF;
	margin: -8px 0 0 10px;
	padding: 0;
	font-size:13px;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	display: block;
	background: none;
	margin-left: 0;
	padding: 0 2px;
}

.ddsmoothmenu ul li ul li ul {
	top: 0;
}

.ddsmoothmenu ul li ul li a {
	width: 170px;
	border-bottom: 1px #FFF dotted;
	display: block;
	margin: 0;
	padding: 7px 5px;
	color: #360C0D;
	text-transform: none;
	font-size:12px;
}

.ddsmoothmenu ul li ul li a.lastsm {
	border-bottom: none;
}

* html .ddsmoothmenu {
	height: 1%;
}

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	color: #491011;
}

ul#main-nav li ul li a:hover {
	color: #360C0D;
}

.ddsmoothmenu ul li a:hover,ul#main-nav li a:hover {
	color: #DBC09B;
}
