#navigationContainer {
	height:94px;
	margin: 0 auto 13px auto;
	background:#FFFFFF url(../assets/navBG.jpg) repeat-x left top;
	padding:0px 20px 0 40px;
	position:relative;
	z-index:1000;
}
/* NAVIGATION - CSS SPRITES*/

#nav {
	height:23px;
	position:absolute;
	bottom:5px;
	right:-5px;
}
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	list-style:none;
}
#drops ul.drop {
	background-color:#f0f0f0;
	padding:5px 12px 7px 12px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:19px;
	border:solid 1px #C6C6C6;
	border-top:none;
	margin-left:-1px;
}
#drops ul.dropAbout {
	width:106px;
}
#drops ul.dropInvestor {
	width:110px;
}

#drops ul.dropCareers {
	width:120px;
	background:url(../assets/careersDropDown.gif) no-repeat;
	border-right:none;
}
#drops ul.drop li {
	width:inherit;
	clear:both;
	padding:5px 0 5px 0;
}
#drops ul.drop a {
	color:#7C7C7C;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
}
#drops ul.drop a:hover {
	color:#00BCE4;
}
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:100px;
}
#drops li {
	float: left;/*width: 10em;*/
}
#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#drops li:hover ul {
	left: auto;
}
#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
#nav a.home, #nav a.about, #nav a.investor, #nav a.careers, #nav a.contact {
	float:left;
	background:url(../assets/navGreatBatch.gif) no-repeat;
	height:23px;
	text-indent:-999999px;
}
#nav a.home {
	background-position:left top;
	width:52px;
}
#nav a.about {
	background-position:-52px 0;
	width:131px;
}
#nav a.investor {
	background-position:-183px 0;
	width:135px;
}
#nav a.careers {
	background-position:-318px 0;
	width:72px;
}
#nav a.contact {
	background-position:-390px 0;
	width:84px;
}
#nav a.home:hover {
	background-position:left -23px;
}
#nav a.about:hover {
	background-position:-52px -23px;
}
#nav a.investor:hover {
	background-position:-183px -23px;
}
#nav a.careers:hover {
	background-position:-318px -23px;
}
#nav a.contact:hover {
	background-position:-390px -23px;
}			
/*END NAVIGATION*/
