/* ------------------------------------------------------------------------------------ */
/* MAIN NAVIGATION			
/* ------------------------------------------------------------------------------------ */
/* Horizontal CSS MENU (suckerfish, solardream */
.rollover { display: block; } 						/* Allow setting widths and heights */
.rollover img { width: 100%; border: 0; } 			/* only set width and height once */
.rollover:hover { visibility: visible; 				/* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 		/* 'rolls over' the image */

/* The width and height must be set on the html and not in this stylesheet when using drop down menus */
#nav-StartRacing { width:106px; height:40px; background-image:url(../images/nav-on-start-racing.jpg); display:block; float:left; }
#nav-RaceTracks { width:102px; height:40px; background-image:url(../images/nav-on-race-tracks.jpg); display:block; float:left; }
#nav-Experiences { width:101px; height:40px; background-image:url(../images/nav-on-experiences.jpg); display:block; float:left; }
#nav-Schedule { width:128px; height:40px; background-image:url(../images/nav-on-schedule.jpg); display:block; float:left; }
#nav-FanStore { width:86px; height:40px; background-image:url(../images/nav-on-fan-store.jpg); display:block; float:left; }
#nav-MediaCenter { width:109px; height:40px; background-image:url(../images/nav-on-media-center.jpg); display:block; float:left; }
#nav-GroupEvents { width:109px; height:40px; background-image:url(../images/nav-on-group-events.jpg); display:block; float:left; }
#nav-RpdeInfo { width:97px; height:40px; background-image:url(../images/nav-on-rpde-info.jpg); display:block; float:left; }