***--- MENU --- ***/

.dmenu {
}
.dmenu .item1,
.dmenu .item1:hover,
.dmenu .item1-active,
.dmenu .item1-active:hover {
	padding: 5px;
	spacing: 0px;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, "Cinzel;
	float:left;
	margin-right: 30px;
}
.dmenu .item1,
.dmenu .item1:visited {
    color: #896f3b;
		font-family: Georgia, "Cinzel;
		text-decoration: none;
}
.dmenu .item1:hover,
.dmenu .item1-active,
.dmenu .item1-active:hover,
.dmenu .item1-active:visited {
    color: #123150;
		text-decoration: none;
		background-color:#fff;
}
.dmenu .item2,
.dmenu .item2:hover {
    padding: 5px 25px 5px 10px;
    text-decoration: none;
    display: block;
		background:#fff;
		color:#896f3b;
		font-weight: normal;
		font-size: 14px;
		border-bottom: 1px dotted #333;
    /*white-space: nowrap;*/
}
.dmenu .item2,
.dmenu .item2:visited {
    color: #896f3b;
		font-family: Georgia, "Cinzel;
		text-decoration: none;
}
.dmenu .item2:hover {
	color: #fff;
	text-decoration: none;
	background:#896f3b;
}
.dmenu .section {
	position: absolute;
	visibility: hidden;
	z-index: 9999;
	width: 170px;
	/*overflow: visible;*/
	margin-left: 0px;
	margin-top: 1px;
	background: #fff;
}