/* Site Navigation -----------------------------------------------------------------------------------*/


#topNavHolder ul li.firstLevel {
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#003366;
	width:auto;
	height:26px;
	text-align:center;
	background: url(/webdata/graphics/navBgnd.gif) no-repeat top left;
	list-style-type:none;
	cursor:pointer;
}

#topNavHolder ul li.firstLevel p {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	background: url(/webdata/graphics/navBgndRightCnr.gif) no-repeat top right;
	padding:6px 14px 0 14px;
	text-transform:uppercase;
}

.firstLevel a:hover {
	color:#003366;
}

#topNavHolder ul li.firstLevel ul {
	position:absolute;
	margin:0 0 0 0;
	padding:26px 0 0 0;
	list-style-type:none;
	z-index:300;
	display:none;
}

#topNavHolder ul li.firstLevel ul li {
	margin:0;
	padding:5px 5px 5px 15px;
	font-size:11px;
	color:#003366;
	width:135px;
	background: #ffffff;
	list-style-type:none;
	cursor:pointer;
	text-align:left;
}

#topNavHolder ul li.last p
{
	background: url(/webdata/graphics/navBgndRightCnrLast.gif) no-repeat top right;
	padding-bottom:5px;
}



/*ul#topNav
{
	margin: 20px 0 10px 0;
	list-style: none none;
	float: left;
	height: 26px;
}

ul#topNav li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-image: none;
	cursor:pointer;
}


ul#topNav li#navPropSearch
{
	width: 149px;
	height:26px;
	background: url(/webdata/graphics/navPropSearch.gif) no-repeat;
}

ul#topNav li#navServices
{
	width:90px;
	height:26px;
	background: url(/webdata/graphics/navServices.gif) no-repeat;
}

ul#topNav li#navPropTypes
{
	width:138px;
	height:26px;
	background: url(/webdata/graphics/navPropTypes.gif) no-repeat;
}

ul#topNav li#navLocations
{
	width:99px;
	height:26px;
	background: url(/webdata/graphics/navLocations.gif) no-repeat;
	cursor:pointer;
}

ul#topNav li#navResearchTools
{
	width:153px;
	height:26px;
	background: url(/webdata/graphics/navResTools.gif) no-repeat;
	cursor:pointer;
}

ul#topNav li#navAboutUs
{
	width:94px;
	height:26px;
	background: url(/webdata/graphics/navAboutUs.gif) no-repeat;
	cursor:pointer;
}
*/
#topNavHolder ul .selected p{
	color:#3399cc !important;
}

#topNavHolder .selected{
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#3399cc !important;
	width:auto;
	height:26px;
	text-align:center;
	background: url(/webdata/graphics/navBgndOver.gif) no-repeat top left !important;
	list-style-type:none;
	cursor:pointer;
}

#topNavHolder .selected p{
	background: url(/webdata/graphics/navBgndtOverCnr.gif) no-repeat top right !important;
}

#topNavHolder ul li.selected p {
background:transparent url(/webdata/graphics/navBgndRightCnrLastW.gif) no-repeat scroll right top !important;
padding-bottom:5px;
}