/* CSS Document nav 
  subnav at bottom of document */

#nav_holder {
	clear: both;
	text-align: center;
	background: url(../images/bg_nav.gif) top left repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#nav {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 30px;
	line-height: 30px;
}

#nav li a {
  	height: 30px;
	line-height: 30px;
	padding: 4px 15px;
	text-decoration: none;
	border-right: 1px solid #486b6c; 
	color: #fee8af;
  }
#nav li a.contact { border-right: none; }

#nav li a:hover { 
    color: #fcfcf1; 
	background: url(../images/bg_nav_hover.gif) top left repeat-x; 
	border-top: 1px solid #165557;
	}
/* second level menu lists if needed */
#nav li ul {
	background: url(../images/bg_nav_dd.png) top center repeat-x;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 5px;
	list-style: none;
}
/* end 'if needed' lists */
/* define second level menu width - especially for ie7 */

#nav li.safety ul,
#nav li.safety ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}
#nav li.practice ul,
#nav li.practice ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}
#nav li.successes ul,
#nav li.successes ul li {
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}
#nav li.cases ul,
#nav li.cases ul li {
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
}
/* second and 3rd level lists */
#nav li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#nav li ul li a {
	display: block;
	padding: 2px 0px 2px 8px;
	margin: 2px 2px 2px 0px;
	height: 18px;
	line-height: 18px;
	border: none;
	text-transform: none;
	font-weight: bold;
}

#nav li ul li a:hover {
	background: none;
	color: #ffffff;
	border-top: none;
	position: relative;
}

#nav li:hover ul, #nav li.over ul { display: block; }

/*  end second & 3rd level lists */
/***********/
/* END NAV */
/***********/
	
/* subnav */
#subnav_holder {
	clear: both; 
	text-align: center;
	background: url(../images/bg_nav.gif) top left repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

  #subnav {
  	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none;
	font: .7em Arial, Helvetica, sans-serif;
  }
  
  #subnav li {
    display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	height: 25px;
	line-height: 25px;
  }
  
  #subnav li a {
  	height: 30px;
	line-height: 30px;
	padding: 3px 15px;
	text-decoration: none;
	border-right: 1px solid #486b6c; 
	color: #fee8af;
  }
  #subnav li a.contact { border-right: none;}
  
  #subnav li a:hover { color: #fcfcf1; }