@charset "utf-8";
/*menu*/
#menu {  width:784px; height:51px; float:left; list-style: none; position:relative; }
#menu ul { margin:3px 0 0 10px; width:668px; height:43px; padding-left:45px; }
#menu li { height:43px; display:inline; float:left; }
#menu li a {  height:43px; display:block; text-indent:-9999px; }
/*menu-classes*/
.home a { width:66px; background:url(../images/nav-home.gif) no-repeat; background-position:top; display:block; }
.home a:hover {background-position:center;}
.solutions a { width:75px; background:url(../images/nav-solutions.gif) no-repeat; }
.dealers a { width:63px; background:url(../images/nav-dealers.gif) no-repeat; }
.faqs a { width:60px; background:url(../images/nav-faqs.gif) no-repeat;}
.clientele a { width:74px; background:url(../images/nav-clientele.gif) no-repeat; }
.quotations a { width:80px; background:url(../images/nav-quotation.gif) no-repeat; }
.cust-care a { width:120px; background:url(../images/nav-customer-care.gif) no-repeat;  }
.about a { width:61px; background:url(../images/nav-about.gif) no-repeat;}
.contact a { width:72px; background:url(../images/nav-contact.gif) no-repeat; }
.solutions a, .dealers a, .faqs a, .clientele a, .quotations a, .cust-care a, .about a, .contact a { background-position:top; display:block; }
.solutions a:hover, .dealers a:hover, .faqs a:hover, .clientele a:hover, .quotations a:hover, .cust-care a:hover, .about a:hover, .contact a:hover {background-position:center;}
.active a { background-position:bottom;}