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

ul#menu {
	position: relative;
	width: 856px;
	height: 25px;
	padding: 0;
	margin: 0;
	background:transparent url(../images/menu.png) no-repeat;
	font-size: .75em;
	}
ul#menu li {
	margin: 0;
	float: left;
	text-indent: -9999px;	
	list-style-type: none;
	}
ul#menu li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/menu.png) no-repeat;
	}
li#home a {
	width: 91px;
	height: 25px;
	 }
li#purchase a {
	width: 109px;
	height: 25px;
	 }
li#tacdrive a {
	width: 115px;
	height: 25px;
	 }
li#taconline a {
	width: 124px;
	height: 25px;
	 }	 
li#faq a {
	width: 83px;
	height: 25px;
	 }
li#about a {
	width: 111px;
	height: 25px;
	 }	 	 
li#contact a {
	width: 121px;
	height: 25px;
	 }
li#support a {
	width: 102px;
	height: 25px;
	 }
	 	 
li#home a:link, li#home a:visited {	
	background-position: 0px 0px;
	}
li#home a:focus, li#home a:hover {
	background-position: 0px -25px;
	}
li#home a:active {
	background-position: 0px -50px;
	}
	
li#purchase a:link, li#purchase a:visited {	
	background-position: -91px 0px;
	}
li#purchase a:focus, li#purchase a:hover {
	background-position: -91px -25px;
	}
li#purchase a:active {
	background-position: -91px -50px;
	}

li#tacdrive a:link, li#tacdrive a:visited {	
	background-position: -200px 0px;
	}
li#tacdrive a:focus, li#tacdrive a:hover {
	background-position: -200px -25px;
	}
li#tacdrive a:active {
	background-position: -200px -50px;
	}

li#taconline a:link, li#taconline a:visited {	
	background-position: -315px 0px;
	}
li#taconline a:focus, li#taconline a:hover {
	background-position: -315px -25px;
	}
li#taconline a:active {
	background-position: -315px -50px;
	}

li#faq a:link, li#faq a:visited {	
	background-position: -439px 0px;
	}
li#faq a:focus, li#faq a:hover {
	background-position: -439px -25px;
	}
li#faq a:active {
	background-position: -439px -50px;
	}

li#about a:link, li#about a:visited {	
	background-position: -522px 0px;
	}
li#about a:focus, li#about a:hover {
	background-position: -522px -25px;
	}
li#about a:active {
	background-position: -522px -50px;
	}
	
li#contact a:link, li#contact a:visited {	
	background-position: -633px 0px;
	}
li#contact a:focus, li#contact a:hover {
	background-position: -633px -25px;
	}
li#contact a:active {
	background-position: -633px -50px;
	}
	
li#support a:link, li#support a:visited {	
	background-position: -754px 0px;
	}
li#support a:focus, li#support a:hover {
	background-position: -754px -25px;
	}
li#support a:active {
	background-position: -754px -50px;
	}
