@charset "UTF-8";
/* CSS Document */

/* --- New Navi Code --- */

#header-links ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
	
#header-links ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#header-links a {
	height:25px !important;
	overflow:hidden;
	padding:0;
	}
	
/*#header-links a:hover {
	background-position:0 -29px;
	}
	
#header-links a:active, #header-links a.selected {
	background-position:0 -29px;
	}*/
	
#nav-auto-racing a {
	background:transparent url(/images/main_navigation.png) 0 0;
	position:absolute;
	width:135px;
	left:50px;
	top:0px;
	}

#nav-auto-racing a:hover {
	background-position:0 -25px;
	}
	
#nav-auto-racing a:active, #nav-auto-racing a.selected {
	background-position:0 -25px;
	}


#nav-moto-racing a {
	background:transparent url(/images/main_navigation.png) 0 -50px;
	position:absolute;
	width:135px;
	left:220px;
	top:0px;
	}

#nav-moto-racing a:hover {
	background-position:0 -75px;
	}
	
#nav-moto-racing a:active, #nav-auto-racing a.selected {
	background-position:0 -75px;
	}
	
#nav-kart-racing a {
	background:transparent url(/images/main_navigation.png) 0 -100px;
	position:absolute;
	width:56px;
	left:630px;
	top:0px;
	}

#nav-kart-racing a:hover {
	background-position:0 -125px;
	}
	
#nav-kart-racing a:active, #nav-kart-racing a.selected {
	background-position:0 -125px;
	}
	
#nav-other-stuff a {
	background:transparent url(/images/main_navigation.png) 0 -150px;
	position:absolute;
	width:175px;
	left:730px;
	top:0px;
	}

#nav-other-stuff a:hover {
	background-position:0 -175px;
	}
	
#nav-other-stuff a:active, #nav-other-stuff a.selected {
	background-position:0 -175px;
	}
	
/* --- End New Navi Code --- */



#header-links a {
	text-decoration:none;
}



/*
.nav-entry, .nav-entry-250px-span {
	position:relative;
	float:left;
	height:24px;
	width:100px;
}

.nav-auto-racing {
	float:left;
	position:relative;
	margin-left:60px;
	height:25px;
	width:100px;
}



.nav-entry-250px-span {
	margin-right:300px;
}

.nav-terminator {
	position:relative;
	float:left;
	height:24px;
	width:182px;
}

#autoracing_anchor {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -0px;
	padding-left:130px;
	padding-top:7px;
}

#autoracing_anchor:hover {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -29px;
}

#autoracing_anchor:active, #autoracing_anchor.selected {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -29px;
}

#motoracing_anchor {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -0px;
	padding-left:130px;
	padding-top:7px;
}

#motoracing_anchor:hover {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -29px;
}

#motoracing_anchor:active, #motoracing_anchor.selected {
	background: transparent url(/images/main_navigation.png) no-repeat 0 -29px;
}

#kartracing_anchor {
	background: transparent url(/images/navigation/kart-racing-off.png) no-repeat;
	padding-left:50px;
	padding-bottom:9px;
}

#kartracing_anchor:hover {
	background: url(/images/navigation/kart-racing-on.png) no-repeat;
}

#kartracing_anchor:active, #kartracing_anchor.selected {
	background: url(/images/navigation/kart-racing-on.png) no-repeat;
}

#coolstuff_anchor {
	background: transparent url(/images/navigation/cool-stuff-off.png) no-repeat;
	padding-left:174px;
	padding-bottom:9px;
}

#coolstuff_anchor:hover {
	background: url(/images/navigation/cool-stuff-on.png) no-repeat;
}

#coolstuff_anchor:active, #coolstuff_anchor.selected {
	background: url(/images/navigation/cool-stuff-on.png) no-repeat;
}
*/