#top_nav_bar {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	background : #474747;
}

#top_nav_bar ul {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	background: #474747 url(/internet/safety/publishing.nsf/AttachmentsByTitle/back.png/$FILE/back.png) repeat-x;
	float: left;
	font-size: 1.2em;
	font-weight: 400;
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;

}

#top_nav_bar li {
	margin: 0 0pt -2px 0;
	padding: 0pt 0pt 0pt 0;
	float: left;
	list-style-type: none;
	text-align: center;
	/*height: auto;
	*/
	border: 1px solid #FFF;
	border-width: 0 1px 1px 0;
	height: 24px;
}

#top_nav_bar li.selected {
	background: #333;
	color: #FFF;
}

#top_nav_bar ul li.selected strong {
margin: 0pt;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;
	background: #333;
	color: #FFF;
}

#top_nav_bar li a {
	margin: 0pt;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFF
}

#top_nav_bar li a:hover {
	color: #FFF;
	background: #507019;
}
#top_nav_bar li a:focus{
	color: #FFF;
	background: #507019;
}
#top_nav_bar ul li ul {
	border-left: 1px solid #c7e593;
	border-right: 1px solid #c7e593;
	border-bottom: 1px solid #c7e593;
	margin: 0pt 0pt 0pt -1px;
	padding: 10px 5px 0pt 0pt;
	background: #c7e593 url(/internet/safety/publishing.nsf/AttachmentsByTitle/nav.png/$FILE/nav.png) repeat-x scroll;
	display: none;
	position: absolute;
	width: 195px;
	font-size: 1em;
	z-index: 100;
}

#top_nav_bar ul li:hover ul { display: block; }

#top_nav_bar li li {
	margin: 0pt;
	padding: 0pt 0pt 10px 0px;
	background: transparent none repeat;
	text-transform: none;
	width: 100%;
	border: 0;
	height: auto;

}
#top_nav_bar ul li:hover li a {
	padding: 0pt 0pt 0pt 10px;
	background: transparent none repeat;
	color: #474747;
	display: block;
	height: auto;
	text-align: left;

}
#top_nav_bar ul li li a:hover {
	border-left: 5px solid #507019;
	padding: 0pt 0pt 0pt 5px;
	color: #666;
	width: 100%;
}
#top_menu li ul.nav{
border:1px solid #474747;
background: #FFF url("/internet/safety/publishing.nsf/AttachmentsByTitle/nav.png/$FILE/nav.png") repeat-x 0 0; 
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
}


