#static_nav {
	margin: 5px 0 -2px 0;
	width: 460px;
	height: 24px;
}

#static_nav a { 
	float: left;
	height: 24px;
}

#static_nav a span {
	position: absolute;
	top: -3000px;
}

.nav_details a {
	width: 94px;
	height: 24px; 
	display: block;
	background: url('../images/static_nav.gif') -2px 0 no-repeat;
	border-right: solid 1px #d6b880;
	border-left: solid 1px #d6b880;	
}

.nav_details a:hover {
	width: 94px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -2px -23px no-repeat;
}

.static_nav_on .nav_details a {
		background: url('../images/static_nav.gif') -2px -23px no-repeat;
}

.nav_information a {
	width: 123px;
	height: 22px; 
	display: block;
	background: url('../images/static_nav.gif') -97px 0 no-repeat;
	border-right: solid 1px #d6b880;
	
}

.nav_information a:hover {
	width: 123px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -97px -23px no-repeat;
}

.static_nav_on .nav_information a {
	background: url('../images/static_nav.gif') -97px -23px no-repeat;
}

.nav_registration a {
	width: 142px;
	height: 22px; 
	display: block;
	background: url('../images/static_nav.gif') -221px 0 no-repeat;
	border-right: solid 1px #d6b880;
	
}

.nav_registration a:hover {
	width: 142px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -221px -23px no-repeat;
}

.static_nav_on .nav_registration a {
	background: url('../images/static_nav.gif') -221px -23px no-repeat;
}
