﻿

#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:#e7e4e0;
	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:#e7e4e0 !important;
}
	


ul.dropdown a:active                { color: #564f46; }

ul.dropdown li a{
	color:#e7e4e0;
	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: #afa496;
	color: #e7e4e0; 
	position: relative; 
}
  
  

/** FIND **/

ul.dropdown li.find{
	width:161px;
	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;
}

/** EXPERIENCE **/

ul.dropdown li.experience{
	width:169px;
	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;
}




/** EVENTS **/

ul.dropdown li.events{
	width:168px;
	background:transparent url('/images/mainNav/offState/events.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}

ul.dropdown li.events:hover, #mnEvents.active{
	background:transparent url('/images/mainNav/onState/events.gif') no-repeat;
}



/** drop down text color changes for experience and events **/

ul.dropdown li.experience ul li a, ul.dropdown li.events ul li a{
	color:#564f46 !important;
}

ul.dropdown li.experience ul li:hover a, ul.dropdown li.events ul li:hover a{
	color:#e7e4e0 !important;
}




/** INVESTING **/

ul.dropdown li.investing{
	width:99px;
	background:transparent url('/images/mainNav/offState/investing.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;
}

ul.dropdown li.investing:hover, #mnInvesting.active{
	background:transparent url('/images/mainNav/onState/investing.gif') no-repeat;
}


/** LEASING **/

ul.dropdown li.leasing{
	width:86px;
	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.marketplace{
	width:123px;
	background:transparent url('/images/mainNav/offState/marketplace.gif') no-repeat;
	padding:0px;
	height:32px;
	text-align:center;

}

ul.dropdown li.marketplace:hover, #mnMarketplace.active{
	background:transparent url('/images/mainNav/onState/marketplace.gif') no-repeat;
}


/** BUSINESS PARTNERSHIPS **/

ul.dropdown li.partners{
	width:128px;
	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:128px;
	background:transparent url('/images/mainNav/onState/partnerships.gif') no-repeat;
}

/* 
	LEVEL TWO
*/



ul.dropdown ul 						
{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }

ul.dropdown ul.experience 						
{ width: 169px; visibility: hidden; position: absolute; top: 100%; left: 0px; }

ul.dropdown ul.events 						
{ width: 168px; visibility: hidden; position: absolute; top: 100%; left: 0px; }


ul.dropdown ul li 					
{ font-weight: 
  normal; background: #c1b8b0; 
  border-bottom: 1px solid #afa496; float: none; 
}


	
	
/* IE 6 & 7 Needs Inline Block */                                                             
ul.dropdown ul li a{
	border-right: none; width: 100%; display: inline-block;
	  color:#e7e4e0;
} 


/* 
	LEVEL THREE
*/


ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



