@charset "utf-8";
/* CSS Document */

#LeftNav {
	width: 201px;
	float: left;
	font-size: 12px;
}

*html #LeftNav {
	margin-right: 20px;
}

#LeftNav ul { /* all lists */
	margin: 0px;
	padding: 0px 0px;
	width: 143px
	}

	#LeftNav li { /* all list items */
	margin: 0px;
	list-style: none;
	padding: 0px;
	}
		
	#LeftNav li a {
	width: 125px;
	w\idth : 135px;
	display : block;
	color: #fff;
	background: #22201f;
	text-decoration: none;
	padding: 7px 12px 9px 12px;
	margin: 0px 0px 10px 0px;
	}
	
	#LeftNav li a:hover {
		color : #fff;
		background: #662046
	}



#LeftNav a.current, #LeftNav a.over {
	color: #fff;
	text-decoration: none;
}


.Location #LeftNav li a.Location, .Rewards #LeftNav li a.Rewards, .Profiles #LeftNav li a.Profiles, .Gallery #LeftNav li a.Gallery, .Home #LeftNav li a.Home, .Company #LeftNav li a.Company, .Values #LeftNav li a.Values, .Business #LeftNav li a.Business, .Roles #LeftNav li a.Roles, .Function #LeftNav li a.Function, .Application #LeftNav li a.Application, .About #LeftNav li a.About, .Teams #LeftNav li a.Teams {
	background: #662046 url(TopLink-bg.png) no-repeat top right;
	width: 165px;
	w\idth : 175px;
	color: #fff;
}

.Search #LeftNav li a.Search, .Search #LeftNav li a.Search:hover {
	background: #c90062 url(TopLink-bg-pink.png) repeat-y top right;
	width: 165px;
	w\idth : 175px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold
}

.Company #LeftNav li a.TopLink, .Business #LeftNav li a.TopLink {
	text-align: right;
	background: #662046 url(TopLink-bg.png) no-repeat top right;
	color: #fff;
	padding: 7px 20px 9px 4px;
	width: 80px;
	w\idth : 90px;
}

.Company #LeftNav li a.BottomLink, .Business #LeftNav li a.BottomLink {
	background: #d9dadc;
	color: #8a8c8e;
	width: 136px;
	text-align: left
}

.Company #LeftNav li a.BottomLink:hover, .Business #LeftNav li a.BottomLink:hover {
	background: #d9dadc;
	color: #662046;
}

.Values #LeftNav li a.BottomLink, .Drivers #LeftNav li a.BottomLink {
	background: #d9dadc url(BotLink-bg.png) no-repeat bottom right;
	color: #662046;
}

.Values #LeftNav li a.BottomLink:hover, .Drivers #LeftNav li a.BottomLink:hover {
	background: #d9dadc url(BotLink-bg.png) no-repeat bottom right;
	color: #662046;
}

.Company #LeftNav li ul#CompanyUL, .Business #LeftNav li ul#BusinessUL {
	left: 138px;
	margin-top: -44px;
}

#home a.home, #about a.about, #investor a.investor, #consulting a.consulting, #contact a.contact, #media a.media, #technology a.technology, #design a.design, #gallery a.gallery {
	color: #fff;
}

#LeftNav ul li ul li a.SubMenu {
		background: #77b2dc;
	}

#SearchBox {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0px;
	padding: 0px
}

#SearchBox form {
	margin: 0px;
	padding: 0px;
}

#SearchBox .InputField {
	width: 172px;
}




#LeftNav li:hover, #LeftNav li.hover {
  position: static;
}

