/* YADM absolute dropdown example */
body{
	margin:0;
	padding:0;
}
.hiddenChild{
	left: -999em;
}
.shownChild{
	left:-1px;
}
/* nav item with no dropdowns*/
ul#nav.dhtml{
	position:absolute;
	top:0;
	left:0;
	height:1.5em;
	border:none;
	/*border-bottom:1px solid #333;*/
	/*border-top:1px solid #9c6;*/
	/*width:100%;*/
	/*background:#cf9;*/
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#nav.dhtml li{
	position:relative;
	float:left;
	/*width:10em;*/
	/*border-right:1px solid #333;*/
}
/*dropdowns*/
ul#nav.dhtml ul{
	top:20px;
	position: absolute;
	/*border:1px solid #333;*/
	border-top:none;
	/*background:#90b934;*/
	background:url(../images/dd_background.gif);
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	/*background:#FF6600;*/
	/*width:10em;*/
	z-index:10;
}
.firstsel {
margin-top: 20px;
}
.middlesel {
margin-top: -5px;
}
.lastsel {
margin-top: -5px;
margin-bottom:6px;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	padding:0 .5em;
}
ul#nav.dhtml ul li{
	border:none;
	/*width:154px;*/
	margin-left: 8px;
}
.aboutus_dd {
	width:110px;
	}
.commprop_dd {
	width: 174px;
	}
.resprop_dd {
	width: 190px;
	}
ul#nav.dhtml li.isParent{
	/*background:url(file:///C|/Users/Roberta/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/TYP0RJWJ/vertarrow.gif) 90% 50% no-repeat #cf9;*/
}
ul#nav.dhtml li.isActive{
	/*background:url(file:///C|/Users/Roberta/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/TYP0RJWJ/vertarrow.gif) 90% 50% no-repeat #ffc;*/
}
ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
}
ul#nav.dhtml a:hover{
 	/*background:#ffc;*/
}
ul#nav.dhtml li.isParent a:hover{
	/*background:url(file:///C|/Users/Roberta/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/TYP0RJWJ/vertarrow.gif) 90% 50% no-repeat #9c6;*/
}
ul#nav.dhtml li.isActive ul a:hover{
	/*background:#ffc;*/
}
