@charset "utf-8";
#treemenu1  {
	padding: 0px;
	margin-top: 10px;
	margin-left: 2px;
}

/* CSS Document */


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 12px;
	margin-bottom: 1px;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview       ul     { /*Style for ULs that are children of LIs (submenu) */
	display: none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
#treemenu1   ul   li   ul   li    {
	margin-left: 0px;
	background-image: none;
	padding: 0px;
	margin-bottom: 2px;
	background-position: top;
}
#treemenu1 ul li ul {
	margin-left: 0px;
	background-image: none;
}
.vert {
	background-color: #FFFF66;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.hor {
	border: 10px solid #999933;
}
#treemenu1  li  a    {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#treemenu1 a {
	color: #FFFFFF;
}
#treeview h1 {
	font-size: small;
	font-weight: normal; 
}
#treeview h2 {
	font-size: small;
	font-weight: normal;
	font-style: oblique;
}
#treeview h2 a:link {
	color: #999966;
	text-decoration: underline;
}
#treeview h2 a:visited {
	color: #999966;
}
#treeview h2 a:hover {
	color: #99CCCC;
	border: 1px solid #CCCC99;
}
#treeview h2 a:active {
	color: #99CCCC;	
}
#treeview h1 a:link {
	color: #999966;
	text-decoration: underline;
}
#treeview h1 a:visited {
	color: #999966;
}
#treeview h1 a:hover {
	color: #99CCCC;
}
#treeview h1 a:active {
	color: #99CCCC;	
}
a:link {
	color: #999966;
	text-decoration: underline;
}
a:visited {
	color: #999966;
}
a:hover {
	color: #99CCCC;
}
a:active {
	color: #99CCCC;	
}
#new_residences .new_residences a,
#additions .additions a,
#commercial .commercial a,
#garden .garden a,
#historic .historic a,
#master .master a,
#planned .planned a,
#home .home a,
#sitemap .sitemap a,
#recognition .recognition a,
#services .services a,
#firm_history .firm_history a,
#firm_values .firm_values a,
#sustainability .sustainability a,
#community .community a,
#staff .staff a,
#employment .employment a,
#contact_us .contact_us a {
	color: #99CCCC;
	font-style: oblique;  
}
	