/* CSS Document */

/*created by rob ralston 2008*/

#navigation ul, #navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
  }
	
#navigation ul {
        display: block;
        margin-left: 5px;
    }
		
#navigation li {
	float: left;
	display: inline;

    }
		
#navigation li a {
        display: block;
        overflow: hidden;
        height: 56px;
		text-indent: -100em;
		
    }
		
#nav-home a {background: url(../images/nav/home.jpg) no-repeat 0 0;	width: 109px;}
#nav-mobile-mech a { background: url(../images/nav/mobile-mech.jpg) 0 0 no-repeat;  width: 156px; }
#nav-fleet a { background: url(../images/nav/fleet.jpg) 0 0 no-repeat; width: 158px; }
#nav-take-our a { background: url(../images/nav/tour.jpg) 0 0 no-repeat; width: 133px; }
#nav-contact-us a { background: url(../images/nav/contact.jpg) 0 0 no-repeat; width: 112px; }


#navigation li a:hover,.viewing-home { background-position: 0 -56px; }
#navigation.selected a, #nav-home.selected a, #nav-mobile-mech.selected a, #nav-fleet.selected a, #nav-take-our.selected a, #nav-contact-us.selected a {	background-position: 0 -56px;	}

