

#mainNavNew{
	width:950px;
	padding:0px;
	position:relative;
	top:85px;
	left:22px;
	z-index:+99;
	margin:0 auto;
}


#mainNavNew ul									
{ list-style: none;
  margin:0px;
  padding:0px; 
}

#mainNavNew ul li a{
	color:#bed2d7;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}



/* 
	LEVEL ONE
*/


ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: normal; float: left; zoom: 1; background:transparent; }
ul.dropdown a:hover{
	color:#bed2d7;
}
	


ul.dropdown a:active                { color: #bed2d7; }

ul.dropdown li a{
	color:#bed2d7;
	font-size:11px;
	background:transparent;
	line-height:32px;
	height:32px;
	border:solid 0px white;
	text-decoration:none;
}
	 								  
	 								  
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */


ul.dropdown li.hover,
ul.dropdown li:hover{ 
	background: #348495;
	color: #bed2d7; 
	position: relative; 
}
  
  
ul.dropdown li.hover a{ 
	color: #bed2d7; 
}

/** FIND **/

ul.dropdown li.find{
	width:183px;
	background: url('/images/mainNav/offState/Find_Center.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
	list-style-type:none; 
	display:block; 
	margin:0px;
	float:left;
}

ul.dropdown li.find:hover, #mnFind.active{
	background: url('/images/mainNav/onState/Find_Center.gif') no-repeat;
	width:183px;
	height:32px;
}

/** EXPERIENCE **/

ul.dropdown li.experience{
	width:188px;
	background: url('/images/mainNav/offState/experience.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
	list-style-type:none; 
	display:block; 
	margin:0px;
	float:left;
}

ul.dropdown li.experience:hover, #mnExperience.active{
	background: url('/images/mainNav/onState/Experience.gif') no-repeat;
	width:188px;
	text-align:center;
	margin:0px;
	float:left;
}


/** INVESTING **/

ul.dropdown li.investing{
	width:109px;
	background:transparent url('/images/mainNav/offState/investing.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}

ul.dropdown li.investing:hover, #mnInvesting.active{
	width:109px;
	background:transparent url('/images/mainNav/onState/Investing.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}


/** LEASING **/

ul.dropdown li.leasing{
	width:96px;
	background: url('/images/mainNav/offState/leasing.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
	list-style-type:none; 
	display:block; 
	margin:0px;
	float:left;
}

ul.dropdown li.leasing:hover, #mnLeasing.active {
	background: url('/images/mainNav/onState/Leasing.gif') no-repeat;
}


/** FEATURED **/

ul.dropdown li.featured{
	width:159px;
	background:transparent url('/images/mainNav/offState/Feature_Project.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;

}

ul.dropdown li.featured:hover, #mnFeatured.active{
	width:159px;
	background:transparent url('/images/mainNav/onState/Feature_Project.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}


/** BUSINESS PARTNERSHIPS **/

ul.dropdown li.partners{
	width:200px;
	background:transparent url('/images/mainNav/offState/Partnerships.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}

ul.dropdown li.partners:hover, #mnPartners.active{
	width:200px;
	background:transparent url('/images/mainNav/onState/Partnerships.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}

/* 
	LEVEL TWO
*/



ul.dropdown ul 						
{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }

ul.dropdown ul.experience 						
{ width: 188px; visibility: hidden; position: absolute; top: 100%; left: 0px; }

ul.dropdown ul.investing 						
{ width: 206px; visibility: hidden; position: absolute; top: 100%; left: 0px; }


ul.dropdown ul li 					
{ font-weight: 
  normal; background: #266879; 
  border-bottom: 1px solid #348495; float: none; 
}
	

						  


/* IE 6 & 7 Needs Inline Block */                                                             
ul.dropdown ul li a{
	border-right: none; width: 100%; display: inline-block;
} 


/* 
	LEVEL THREE
*/


ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



