/* MAIN NAVIGATION ============================================ */

#nav {	margin: 0;
		padding: 0;
		height: 20px;
		border-bottom: solid; 
		border-color: #fff; 
		border-width: 1px;
		}

#nav ul {
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: .05em;
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

#nav li {
		display: block;
		float: left;
		}

#nav a {
		color: #e8d8bf;
		display: block;
		text-decoration: none;
		margin: 0;
		padding: 4px 8px 4px 8px;
		border-right: solid; 
		border-color: #e8d8bf; 
		border-width: 1px;
		
		}

#nav a:hover { 
		background: #e8d8bf;
		color: #995533;
		}
		
#services #nav-services a, #neighborhoods #nav-neighborhoods a, #team #nav-team a, #testimonials #nav-testimonials a, #properties #nav-properties a, #financing #nav-financing a, #home #nav-home a, #gallery #nav-gallery a, #contact #nav-contact a, #links #nav-links a 
		{
		background: #48618e;
		color: #fff;
		}


/* NEW MENU */

.mainMenu{

	display: block;

	margin: 0;
	text-align: center;
	clear: both;	
	width: 800px;
	position: relative;
	z-index: 1000;

	
}

.mainMenuItem{
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: .05em;
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	
}




.mainMenu a,.mainMenu a:visited{
	text-decoration:none;
	color: #e8d8bf; 
}
a:hover .mainMenuItem{
		text-decoration: none;
		background: #e8d8bf;
		color: #995533;
}



.subMenuShow{
	overflow: visible;
	position:absolute; z-index: 10000;
}
.subMenuHide{
	display: none;
}

li .subMenuItem, .subMenuItem{
		
	
		display: list-item;
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: .05em;
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 140px;

}

.subMenuShow a, .subMenuShow a:visited{
	text-decoration:none;
	background-color: #995533;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #e8d8bf; 
	border-width: 1px;


	

}
.subMenuShow a:hover,.subMenuItem:hover{
		text-decoration: none;

cursor: pointer;
		background: #e8d8bf;
		color: #995533;
	

		
	
}

