/* Motorcycle Road Code */

/* Orange Bar Under The Menu Strip and hover orange */


#main-nav {
	border-bottom:10px solid #F9A619;
	}

/* top navigation - orange hover image */

#main-nav ul li a:hover {
	background: #F9A619;
	}
	
