#navigationContainer {
	height:100px;
	margin: 0 auto 0 auto;
	background:#FFFFFF url(../assets/navBG.jpg) repeat-x left top;
	padding:20px 20px 0 40px;
	position:relative;
	z-index:1000;
}
/* NAVIGATION - CSS SPRITES*/

#nav {
	height:23px;
	position:absolute;
	bottom:0px;
	right:0;
}
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:right;
	width:inherit;
	list-style:none;
}
#drops ul.drop {
	width:inherit;
	clear:both;
	float:right;
	margin-top:20px;
	border:solid 1px #C6C6C6;
	border-top:none;
	border-left:none;
	background-color:#fefefe;
	text-align:right;
}
#drops ul.dropProduct 
{
	padding:6px 10px 6px 10px;
	width:270px;
	margin-left:-120px;
	background-image:url(../assets/dropDownProduct.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#drops ul.dropProduct li a
{
	float:right;
}
#drops ul.dropAbout {
	padding:6px 10px 6px 10px;
	width:65px;
	margin-left:-25px;
	background-image:url(../assets/dropDownAbout.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#drops ul.dropAbout li a
{
	float:right;
}
#drops ul.dropNews {
	padding:6px 10px 6px 10px;
	width:220px;
	margin-left:-71px;
}
#drops ul.dropNews li a
{
	text-align:right;
}

#drops ul.drop li {
	width:inherit;
	clear:both;
	padding:0;
	text-align:right;
}
#drops ul.drop a {
	color:#7C7C7C;
	font-size:11px;
	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;
	
}
#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.product, #nav a.about, #nav a.news, #nav a.careers {
	float:left;
	background:url(../assets/navGreatBatchMed.gif) no-repeat;
	height:23px;
	text-indent:-999999px;
}
#nav a.home {
	background-position:left top;
	width:52px;
}
#nav a.product {
	background-position:-52px 0;
	width:171px;
}
#nav a.about {
	background-position:-223px 0;
	width:61px;
}
#nav a.news {
	background-position:-284px 0;
	width:106px;
}
#nav a.careers {
	background-position:-390px 0;
	width:84px;
}
#nav a.home:hover {
	background-position:left -23px;
}
#nav a.product:hover {
	background-position:-52px -23px;
}
#nav a.about:hover {
	background-position:-223px -23px;
}
#nav a.news:hover {
	background-position:-284px -23px;
}
#nav a.careers:hover {
	background-position:-390px -23px;
}			
/*END NAVIGATION*/
