

/* browser hack? */
html>body #nav a:link,
html>body #nav a:visited {
	padding: 0.7em 0 0.7em 0;
}

#nav a:link:hover,
#nav a:visited:hover {
	color: #900;
	text-decoration: underline;
}

#nav ul {
	margin: 0em 10px 2em 20px;
}

#nav li {
	border-bottom: 1px solid #630;
}

#nav li ul {
	margin: 0em 0 0 0;
}

#nav li li {
	position: relative;
	border-top: 1px solid #B0B184;
	border-bottom: 0;
}

#nav li li a:link,
#nav li li a:visited {
	font-weight: normal;
	background-image: url(/ehs/_img/blt_nav.gif);
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	padding-left: 15px;
}

html>body #nav li li a:link,
html>body #nav li li a:visited {
	background-position: 0 1em;
}

#nav a:link.current,
#nav a:visited.current,
#nav li li a:link.current,
#nav li li a:visited.current {
	color: #900;
}

.subnav {}


li.subnav {
	position: relative;
}

/* this is a demo rule to show which anchor tags are a submenu */
/*li.subnav > a{
	color: red !important;
}
*/

li.subnav ul{
	position: absolute;
	left: 100px;
	top: -1px;
	display: none;
	width: 150px;
	list-style: none !important;
	border-left: 1px solid #CCC;
	z-index: 1000000;
	}

li.subnav ul li {
	list-style: none !important;
	background-image: none !important;
	}

li.subnav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background-color: #f4f4d2;
	padding: 5px;
	border-bottom: 0;
	background-image: none !important;
	}

li.subnav ul li a:hover
{
	color: #777;
	background-color: #FFF;
	background-position: right top !important;
}

/* this rule is where makes the menu leap to life in real browsers */ 
li.subnav:hover > ul { 
	display: block; 
	}


/* Fix IE. Hide from IE Mac \*/
* html li.subnav.over ul.nextul { 
	display: block; 
	}
* html li.subnav ul li { float: left; }
* html li.subnav ul li a { height: 1%; }
/* End  IE hack */

