#navigationView {
border-bottom: 2px solid #798b57 !important;
}

.menu {
	position: absolute;
	top: 0;

	/* background-color: #dcd8c6; */
	background-color: #a3c086;
	border: 1px solid #7f945b; /*THEME CHANGE HERE*/
	/*Add Shadow in IE. Remove if desired*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=135,strength=4); */
	font: normal 10px Verdana;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: center;
	visibility: hidden;
	width: 104px;
	z-index: 100;
}

.menu a {
//	border-bottom: 1px solid #7f945b; /*THEME CHANGE HERE*/
	/* color: #000; */
	color: #646f47;
	display: block;
	font-weight: bold;
	padding: 0.5em 0;
	text-decoration: none;
	text-indent: 3px;
	text-transform: uppercase;
	width: auto;
}

.multisize #menuDevelopments {
	width: 123px;
}
.multisize #menuWarranty {
	width: 138px;
}
.multisize #menuRelocationInfo {
	width: 138px;
}
.multisize #menuTools {
	width: 137px;
}
.multisize #menuAbout {
	width: 99px;

}


* html .menu a { /*IE only hack*/
	width: 100%;
}

.menu a:hover{ /*THEME CHANGE HERE*/
	color: #c65600;
}