#navcontainer {
	position: relative;
	z-index: 10;
	height: 26px;
	width: 760px;
	padding: 0;
	background-color: #8a8c8f;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navcontainer li {
	float: left;
	text-align: center;
}

#navcontainer a {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 43px 0px 44px
}

*html #navcontainer a {
	float: left;
}


#navcontainer a#nav_contact { width: 70px; }

#navcontainer a:hover, #navcontainer a:active, #navcontainer a.current, #navcontainer a.over {
	background-color: #db0444; /* d40139 */
	color: #fff;
	text-decoration: none;
}

/* Set section highlighting */
.section-about a#nav_about,
.section-asset a#nav_asset,
.section-realEstate a#nav_realEstate,
.section-consulting a#nav_consulting,
.section-member a#nav_member,
.section-news a#nav_news,
.section-contact a#nav_contact { 
	background-color: #db0444;
	color: #fff;
}

/* Subnavigation elements */
.ddMenu {
	position: absolute; 
	top: 26px;
	padding: 0;
	z-index: 1;
	visibility: hidden;
	width: 150px;
}

*html .ddMenu {
	left: 0;
}


/* Dropdown menu styling */
#navcontainer .ddMenu ul {
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer .ddMenu li {
	float: none;
	text-align: left;
}

#navcontainer .ddMenu a {
	width: auto;
	height: auto;
	line-height: 1.3em;
	padding: 0.4em 10px;
	width: 140px;
	background-color: #db0444;
	color: #fff;
	font-size: 12px;
}

*html #navcontainer .ddMenu a {
	float: none;
}

#navcontainer .ddMenu a:hover {
	background-color: #db0444;
	color: #000;
}

/* Styling for when javascript not enabled (not in use) */
.subNav {
	position: absolute; 
	top: 26px;
	padding: 0;
	z-index: 1;
	visibility: hidden;
}

#navcontainer .subNav a {
	width: auto;
	height: auto;
	line-height: 1.3em;
	margin-left: 16px;
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

*html #navcontainer .subNav a {
	float: none;
}

/* Display section navigation when javascript not enabled */
.section-about #subnav_about.subNav,
.section-investors #subnav_investors.subNav,
.section-media #subnav_media.subNav,
.section-recruitment #subnav_recruitment.subNav { 
	visibility: visible;
}
