
#nav ul { /* all lists */
  	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li li {
  padding:0;
  margin:0;
  height:25px;
  line-height:25px;
  text-align:left;
  float:none;
  font-size: 10px;
}

#nav li li a, #nav li li a:hover {
  color:#FFF;
  text-indent:10px;
  margin:0; 
  padding:0;
  height:25px;
  line-height:25px;
  width:275px;
  display:block;
  text-decoration: none;
  text-align:left;
  font-size: 11px;
  font-weight: bold;
  border-bottom:1px dotted #999;  
  }
  

#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; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  	background:url(../images/dropdown_tile.jpg); 
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -26px 0 0 275px;
  * margin: -26px 0 0 138px;
}

#nav li:hover ul li a, #nav li.sfhover ul li a  {  background:transparent;  }

#nav li ul li a:hover { background:#366; color: #fff; width:275px; }

#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 */
  left: auto;
  width: 275px;
  padding: 0px;
  z-index:1000;
}

#nav li:hover ul,#nav li ul  {
}


#nav li ul li:hover ul, #nav li li ul {
	/* height:100px; */
}

#nav li li li a {
  background:url(../images/dropdown_tile2.jpg) !important;
  border:0;
}

#nav li li li a:hover {
	background:#f2f2eb !important;
	color:#366;	  
	border:0;
}

/* Narrow dropdowns for Our People */

#nav .nav_narrow li a, #nav .nav_narrow li a:hover, #nav .nav_narrow li a {
	width:150px;
}

#nav li.nav_narrow ul ul { /* third-and-above-level lists */
  margin: -26px 0 0 150px;
  * margin: -26px 0 0 75px;
}
