@charset "UTF-8";


/* MAIN MENU */
ul#navlist {
	list-style-type: none;
	text-decoration: none;
	height: 31px;
	width: 830px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

li#book {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

li#motorcycles { 
	position: absolute;
	top: 0px;
	left: 181px;
	width: 118px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -181px 0;
}

li#services {
	position: absolute;
	top: 0px;
	left: 299px;
	width: 91px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -299px 0;
}
li#info {
	position: absolute;
	top: 0px;
	left: 390px;
	width: 119px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -390px 0;
}
li#rates {
	position: absolute;
	top: 0px;
	left: 509px;
	width: 142px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -509px 0;
}

li#faqs {
	position: absolute;
	top: 0px;
	left: 651px;
	width: 65px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -651px 0;
}

li#contact {
	position: absolute;
	top: 0px;
	left: 716px;
	width: 115px;
	height: 31px;
	background-image: url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -716px 0;
}


/* HOVER STATEMENTS*/

li#book a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: 0 -31px;	
}
li#motorcycles a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -181px -31px;	
}
li#services a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -299px -31px;	
}
li#info a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -390px -31px;	
}
li#rates a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -509px -31px;	
}
li#faqs a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -651px -31px;	
}
li#contact a:hover { 
	background : url(../siteimages/navmain.png);
	background-repeat: no-repeat;
	background-position: -716px -31px;	
}

ul#navlist a {
	display: block;
	text-indent: -9999px;
	height: 31px;
	overflow: hidden;
}

