
#leftsplashmenu ul {
	list-style: none;
	width: 279px;
	height:416px;
	padding:0;
	margin: 0px;
	position: relative;
	overflow: hidden;
	background: url("/graphics/leftmenu.gif") no-repeat;
	float:left;
}

#leftsplashmenu li {
   display: inline;
   position: absolute;
}


#leftsplashmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:279px;
	overflow:hidden;
	width: 279px;
}

#leftsplashmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#leftsplashmenu a {
	color: #ffffff;
	text-decoration: none;

}
#leftsplashmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	


.ecommunities_off {
	background: url("/graphics/leftmenu.gif") 0 0 no-repeat;
	height:78px;
}

.ecommunities_on {
	background: url("/graphics/leftmenu.gif") -279px 0 no-repeat;
	height:78px;
}

.homebldg_off {
	background: url("/graphics/leftmenu.gif") 0 -84px no-repeat;
	height:78px;
}

.homebldg_on{
	background: url("/graphics/leftmenu.gif") -279px -84px no-repeat;
	height:78px;
}

.amgmt_off {
	background: url("/graphics/leftmenu.gif") 0 -168px no-repeat;
	height:78px;
}

.amgmt_on {
	background: url("/graphics/leftmenu.gif") -279px -168px no-repeat;
	height:78px;
}

.landdev_off {
	background: url("/graphics/leftmenu.gif") 0 -253px no-repeat;
	height:78px;
}

.landdev_on {
	background: url("/graphics/leftmenu.gif") -279px -253px no-repeat;
	height:78px;
}

.pmgmt_off {
	background: url("/graphics/leftmenu.gif") 0 -338px no-repeat;
	height:78px;
}

.pmgmt_on {
	background: url("/graphics/leftmenu.gif") -279px -338px no-repeat;
	height:78px;
}





ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	z-index:10000;
	position:relative;
	font-size:14px;
	line-height: 23px;
}

.subpic {
	margin: 0 -55px 65px -54px;
}

#homebldg_submenu {
	padding: 0 55px 10px 54px;
	overflow:hidden;
	background: url("/graphics/homebldgbg.jpg") no-repeat;
	position: absolute;
	left: 279px;
	width:598px;
	border:7px solid #fff;
	height:392px;
	display: none;
	z-index:1000;
}

#homebldg_submenu a {
	font=size:11px; 
	color:#fff;
	padding:28px 10px 7px 10px;
	background:#415884;
	text-decoration:none;
	position:absolute;
	top:264px;
	right:68px;
}

#homebldg_submenu a:hover {
	background:#5b7bb7;
	text-decoration:none;
}

#landdev_submenu {
	padding: 0 55px 10px 54px;
	overflow:hidden;
	background: url("/graphics/landdevbg.jpg") no-repeat;
	position: absolute;
	left: 279px;
	width:598px;
	border:7px solid #fff;
	width:598px;
	height:392px;
	display: none;
	z-index:1000;
}

#landdev_submenu a {
	font=size:11px; 
	color:#fff;
	padding:28px 10px 7px 10px;
	background:#6e7d3f;
	text-decoration:none;
	position:absolute;
	top:264px;
	right:68px;
}

#landdev_submenu a:hover {
	background:#9db25a;
	text-decoration:none;
}


#ecommunities_submenu {
	padding: 0 55px 10px 54px;
	overflow:hidden;
	background: url("/graphics/ecommunitiesbg.jpg") no-repeat;
	position: absolute;
	left: 279px;
	width:598px;
	border:7px solid #fff;
	width:598px;
	height:392px;
	display: none;
	z-index:1000;
}

#ecommunities_submenu a {
	font=size:11px; 
	color:#fff;
	padding:28px 10px 7px 10px;
	background:#765c1f;
	text-decoration:none;
	position:absolute;
	top:264px;
	right:68px;
}

#ecommunities_submenu a:hover {
	background:#b78f31;
	text-decoration:none;
}

#pmgmt_submenu {
	padding: 0 55px 10px 54px;
	overflow:hidden;
	background: url("/graphics/pmgmtbg.jpg") no-repeat;
	position: absolute;
	left: 279px;
	width:598px;
	border:7px solid #fff;
	width:598px;
	height:392px;
	display: none;
	z-index:1000;
}

#pmgmt_submenu a {
	font=size:11px; 
	color:#fff;
	padding:28px 10px 7px 10px;
	background:#653830;
	text-decoration:none;
	position:absolute;
	top:264px;
	right:68px;
}

#pmgmt_submenu a:hover {
	background:#b26456;
	text-decoration:none;
}

#amgmt_submenu {
	padding: 0 55px 10px 54px;
	overflow:hidden;
	background: url("/graphics/amgmtbg.jpg") no-repeat;
	position: absolute;
	left: 279px;
	width:598px;
	border:7px solid #fff;
	width:598px;
	height:392px;
	display: none;
	z-index:1000;
}

#amgmt_submenu a {
	font=size:11px; 
	color:#fff;
	padding:28px 10px 7px 10px;
	background:#945e56;
	text-decoration:none;
	position:absolute;
	top:264px;
	right:68px;
}

#amgmt_submenu a:hover {
	background:#cf857b;
	text-decoration:none;
}

