#top_nav {
	height: 37px; 
	margin: 0;
	padding:0 0 0 206px;
	position: relative;
	clear:both;
	background:url(/images08/nav_bg_home.gif) no-repeat;
	}
.inside #top_nav {
	background:url(/images08/nav_bg_inside.gif) no-repeat;
	}	
#nav {
	width: 399px;
	height: 37px;
	clear:both;
	background: url(/images08/top_nav.gif) no-repeat 0px 0px;
	}
#nav ul {
	position:relative;
	margin:0;
	padding:0;
	width: 399px;
	height: 37px;
	list-style:none;
	}
#nav li {
	display: inline;
	}
#nav a:link, #nav a:visited {
	display: block;
	position: absolute;
	height: 37px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0px;
	:-moz-any-link:focus;
	outline: none;
	}
	
/* ----- Nav Defaults ------ */
#home a:link, #home a:visited, .selected {
	width: 75px;
	left: 0px;
	}
#about_us a:link, #about_us a:visited {
	width: 100px;
	left: 75px;
	}
#subsidiaries a:link, #subsidiaries a:visited {
	width: 127px;
	left: 175px;
	
	}
#contact_us a:link, #contact_us a:visited {
	width: 97px;
	left: 302px;
	}

	
/* ----- Nav Hover ------ */
#home a:hover {
	background: url(/images08/top_nav.gif) no-repeat -0px -37px;
	}
#about_us a:hover {
	background: url(/images08/top_nav.gif) no-repeat -75px -37px;
	}
#subsidiaries a:hover {
	background: url(/images08/top_nav.gif) no-repeat -175px -37px;
	}
#contact_us a:hover {
	background: url(/images08/top_nav.gif) no-repeat -302px -37px;
	}

/* ----- Nav Selected ------ */
#home a.selected:link, #home a.selected:visited {
	background: url(/images08/top_nav.gif) no-repeat 0 -37px;
	}
#about_us a.selected:link, #about_us a.selected:visited {
	background: url(/images08/top_nav.gif) no-repeat -75px -37px ;
	}
#subsidiaries a.selected:link, #subsidiaries a.selected:visited {
	background: url(/images08/top_nav.gif) no-repeat -175px -37px;
	}
#contact_us a.selected:link, #contact_us a.selected:visited {
	background: url(/images08/top_nav.gif) no-repeat -302px -37px;
	}

