/*** COMPANY ***/
a.primary-company {
	background: transparent url('nav_company.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 124px;
}
a.primary-company:hover, a.primary-company-selected {
	background: transparent url('nav_companyOn.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 124px;
}

/*** CONTACT ***/
a.primary-contact {
	background: transparent url('nav_contact.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 125px;
}
a.primary-contact:hover, a.primary-contact-selected {
	background: transparent url('nav_contactON.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 125px;
}

/*** GOVERNANCE ***/
a.primary-governance {
	background: transparent url('nav_governance.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}
a.primary-governance:hover, a.primary-governance-selected {
	background: transparent url('nav_governanceON.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}

/*** INVESTORS ***/
a.primary-investors {
	background: transparent url('nav_investors2.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}
a.primary-investors:hover, a.primary-investors-selected {
	background: transparent url('nav_investors3ON.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}

/*** PRESS ***/
a.primary-press {
	background: transparent url('nav_press.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}
a.primary-press:hover, a.primary-press-selected {
	background: transparent url('nav_pressOn.gif') no-repeat left top;
	display: block;
	float: left;
	height: 21px;
	width: 128px;
}

/* SECONDARY LINKS */
a.secondary-link {
	background: transparent url('carrotO.gif') no-repeat left top;
	padding-left: 20px;
}
a.secondary-link-selected {
	background: transparent url('carrotB.gif') no-repeat left top;
	color: #1c3c77;
	padding-left: 20px;
}

/* BIOGRAPHIES */
div.back {
 text-align: right;
}
div.back img {
 position: relative;
 top: 4px;
 left: 0px;
}