/*-----------------------*/
/* darkest:#854218  darker:#b65b24  lighter:#edaf85  lightest:#f6d7c2 */
/*-----------------------*/

/* title */
#industries_bg_dark {
	width: 165px;
	height: 3px;
	margin: 0px;
	background-color: #854218; /*darkest*/
}

/* title nav */
#industries_titlenav {
	width: 165;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	font: bold 11px arial, helvetica, sans-serif;
	background-color: #ececec;
	color: #000;
}
	
#industries_titlenav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#industries_titlenav li {
		margin: 0;
		}
		
#industries_titlenav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #b65b24; /*darker*/
	color: #fff;
	text-decoration: none;
	font: bold 11px arial, helvetica, sans-serif;
	width: 100%;
}

html>body #industries_titlenav li a {
		width: auto;
		}

#industries_titlenav li a:hover {
		background-color: #854218; /*darkest*/
		color: #fff;
		}

/*globalnav*/
#industries_nav {
	list-style:none;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:22px;
}

#industries_nav li {
	margin:0;
	padding:0;
	}

#industries_nav li A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, Sans-serif;
	background:#ececec;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	height: 22px;
	border-bottom:1px solid #b2b2b2;
}

#industries_nav A:hover,
#industries_nav A:active,
#industries_nav A.here:link,
#industries_nav A.here:visited {
	background: #edaf85; /*lighter*/
}


/*subnav*/

#industries_nav UL {
	background:#ececec;
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

#industries_nav UL LI {
	display:block;
}

#industries_nav UL A {
	display:block;
	color:#555;
	background:#ececec;
	margin:0 0 0 0px;
	padding:0 0 0 30px;
	border-bottom:1px solid #b2b2b2;
}

#industries_nav UL A:hover,
#industries_nav UL A:active,
#industries_nav UL A.here:link,
#industries_nav UL A.here:visited {
	background:#f6d7c2; /*lightest*/
}