
/*---------------  Main Navigation Bar  ------------*/
.nav-container-background .nav, .nav-container .nav {
   background: url(/images/tpl-header/nav-prospector.png) repeat-x 0% 0%;
}

.nav-container .nav a.button div, 
.nav-container .nav a.button:link div, 
.nav-container .nav a.button:visited div {
	background: url(/images/tpl-header/nav-prospector.png) repeat-x 0% 0%;
}

.nav-container .nav a.button:hover div {
	background: url(/images/tpl-header/nav-prospector.png) repeat-x 0% 100%;
}

.nav-container .nav a.button div.selected {
	background: url(/images/tpl-header/nav-selected-prospector.png) repeat-x;
}

.nav-container .nav .separator {
   background: url(/images/tpl-header/nav-separator-prospector.png) no-repeat;
}