/* Menu */

#menu{
text-transform:uppercase;
padding-top:145px;
margin: 0 auto;
}

#menu ul{
list-style:none;
margin:0 auto;
padding-left:21px;
}

#menu li{
display:inline;
margin-left:0;
}

#menu a{
float:left;
}

a.home{
background: url(../Template_Images/home.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:72px;
}

a.industry{
background: url(../Template_Images/industry.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:104px;
}

a.units{
background: url(../Template_Images/units.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:71px;
}

a.filters{
background: url(../Template_Images/filters.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:79px;
}

a.faq{
background: url(../Template_Images/faq.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:55px;
}

a.dealers{
background: url(../Template_Images/dealers.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:91px;
}

a.financing{
background: url(../Template_Images/financing.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:115px;
}

a.contact{
background: url(../Template_Images/contact.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:105px;
}

a.healthcare{
background: url(../Template_Images/healthcare.jpg) no-repeat;
text-indent:-100000px;
height:55px;
width:133px;
}

a:hover{
background-position:0% -55px;
}

#current{
background-position:0% -55px;
}

.faqcurrent{
background: url(../Template_Images/faq.jpg) no-repeat;
background-position:30% -55px;
text-indent:-100000px;
height:55px;
width:55px;
float:left;
}