/* CSS Document */
#navigation dl dd { 
 position:absolute;
 list-style: none;
 display:inline;
}

#navigation a, #navigation dl dd {
 height: 55px;
 display: block;
}
    #navigation a span, 
    #navigation dl dd a span
    {
        display:none;
    }
dl dd.end {
 height:55px;
 width:240px;
}

#navigation dl dd a  { 
 text-indent:-999px;
 text-decoration: none;
}

#navigation {
 height:55px;
 background-color:#030F43;
}

#srch {
 margin-top:15px;
 height:55px;
 background-color:#030F43;
}

* html #srch {
 margin-top:0;
}

 *+html #srch {
  margin-top:0;
}

.prd{margin-left:220px; width:113px;}
.news{margin-left:333px; width:70px;}
.support{margin-left:403px; width:99px;}
.locator{margin-left:502px; width:109px;}
.contact{margin-left:610px; width:110px;}
.end{margin-left:719px; width:240px; margin-top:1px;}

* html .prd {margin-left:0px; width:113px;}
* html .news {margin-left:112px; width:70px;}
* html .support {margin-left:182px; width:99px;}
* html .locator {margin-left:279px; width:109px;}
* html .contact {margin-left:381px; width:110px;}
* html .end {margin-left:491px; width:240px;}

* +html .prd {margin-left:0px; width:113px;}
* +html .news {margin-left:112px; width:70px;}
* +html .support {margin-left:182px; width:99px;}
* +html .locator {margin-left:279px; width:109px;}
* +html .contact {margin-left:381px; width:110px;}
* +html .end {margin-left:491px; width:230px;}




.support {background-image:url(i/spprt.jpg); background-repeat:no-repeat; background-position:top left;}
.news{background-image:url(i/nws.jpg); background-repeat:no-repeat;}
.locator{background-image:url(i/lctr.jpg); background-repeat:no-repeat;}
.prd{background-image:url(i/prods.jpg); background-repeat:no-repeat;}
.contact{background-image:url(i/cntc.jpg); background-repeat:no-repeat;}
.end{background-image:url(i/end.jpg); background-repeat:no-repeat;}

.support a:hover{background-image:url(i/spprtr.jpg); background-repeat:no-repeat;}
.news a:hover{background-image:url(i/newsr.jpg); background-repeat:no-repeat;}
.locator a:hover{background-image:url(i/lctrr.jpg); background-repeat:no-repeat;}
.prd a:hover{background-image:url(i/prodsr.jpg); background-repeat:no-repeat;}
.contact a:hover{background-image:url(i/cnctr.jpg); background-repeat:no-repeat;}