
/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	font-family: Trebuchet MS, Arial, sans-serif; /* set font as desired */
	font-weight:normal;
	font-size:13pt;
	border-bottom: none; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0 0 3px 0; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

body#home li.home a, 
body#karting li.karting a, 
body#about li.about a, 
body#ourkarts li.ourkarts a, 
body#contact li.contact a, 
body#news li.news a
{ /* settings for selected tab link */
	background-color:white;  /* set selected tab background color as desired */
	color: black; /* set selected tab link color as desired */
	position: relative;
	padding:3px 10px 4px 10px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 10px 4px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	/* border: 1px #3d528c; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	/* background:url(images/tab_background.png) #006500; set unselected tab background color as desired  - no background means transparent */
	color: white; /* set unselected tab link color as desired */
	/* margin-right: 0px; set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #a1c6a1; /* set desired hover color */
	color: black; /* set desired hover color */
}

/* end css tabs */