#nav {
	height: 50px;
	list-style-type: none;
	position: relative;
	float:left;
	z-index:10;
	clear: both;
	width: 786px;
	background-image: url(../images/lifedistributors_navbg_tile.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 58px;
}

#nav li {
	float: left;	
}

#nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0px;
} 

/*#nav li a:hover {
	background-color: transparent;
	background-image: url(../images/navbar_hover.gif);
	background-repeat: repeat;
} 
*/



#nav_home a {
	width:58px;
	display:block;
	margin: 0px;
}

li#nav_home_selected a, li#nav_home a:hover   {
	width:58px;
	display:block;
	
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


#nav_ed a {
	width:128px;
	display:block;
	margin: 0px;
}
li#nav_ed_selected a, li#nav_ed a:hover  {
	width:128px;
	display:block;
	margin: 0px;
	
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}


#nav_case_studies a {
	width:102px;
	display:block;
	margin: 0px;
}
li#nav_case_studies_selected a, #nav_case_studies a:hover {
	width:102px;
	display:block;
	margin: 0px;
	
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}


#nav_forms a {
	width:150px;
	display:block;
	margin: 0px;
}
li#nav_forms_selected a, #nav_forms a:hover {
	width:150px;
	display:block;
	margin: 0px;
	
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}

#nav_apply a {
	width:100px;
	display:block;
	margin: 0px;
}

li#nav_apply_selected a, #nav_apply a:hover {
	width:100px;
	display:block;
	margin: 0px;
		
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


#nav_contact_us a {
	width:96px;
	display:block;
	margin: 0px;
}

li#nav_contact_us_selected a, #nav_contact_us a:hover {  
	width:96px;
	display:block;
	margin: 0px;
		
	background-image: url(../images/lifedistributors_solid_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}





/*** DROPDOWN **/

#nav ul { /* all lists */
  	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

	
	
}

#nav li li {
	padding:0;
	margin:0;
	height:27px;
	line-height:27px;
	text-align:left;
	float:none;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li li a {
	text-indent:8px;
	margin:0;
	height:27px;
	display:block;
	text-decoration: none;
	text-align:left;
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	border-bottom-style: none;
	width: 250px;
	padding: 0;
  }
  
  
#nav li li a:hover {
	text-indent:10px;
	margin:0;
	height:27px;
	line-height:27px;
	display:block;
	text-decoration: none;
	text-align:left;
	font-size: 14px;
	font-weight: bold;	
	width: 250px;
	color: #FFFFFF;
	background-image: url(../images/lifedistributors_dropdown_hover.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
  }
  
  

#nav li { /* all list items */
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
width:auto;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	padding-top: 10px;
	height:auto;
	z-index:500;
	background-image: url(../images/lifedistributors_dropdown_tile.gif);
	background-repeat: repeat;
	background-position: left top;
}




#nav li ul ul { /* third-and-above-level lists */
  * margin: -26px 0 0 138px;
	margin-top: -26px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
}

#nav li:hover ul li a, #nav li.sfhover ul li a  {
}

#nav li ul li a:hover {	width: 250px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  position: absolute;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul  { /* lists nested under hovered list items */	width: 250px;
	padding: 0px;
	z-index:1880;
	margin-top:0px;	
	left: auto;
}

#nav li:hover ul,#nav li ul  {
}


#nav li ul li:hover ul, #nav li li ul {
	/* height:188px; */
}

#nav li li li a {
	border:0;
}

#nav li li li a:hover {
	color:#366;
	border:0;
}


#nav li.nav_narrow ul ul { /* third-and-above-level lists */
  margin: -26px 0 0 150px;
  * margin: -26px 0 0 75px;
}
