﻿
/******************************
//Top menu links
*******************************/
.mainNavLinks
{
    position:relative;
    
    margin:0px 0px 0px -120px;
   
}
.mainNavLinks a
{
    border:none;
    margin:0px 0px 0px 0px;
    padding-bottom:3px;
    text-decoration:none;
}
#navBar li
{
    list-style:none;
    display:inline;

}
.companyLink a
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_company.png') no-repeat;
    border:none;
    text-decoration:none;
    
}
.companyLink a:visited
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_company.png') no-repeat;
    border:none;
    text-decoration:none;
}
.companyLink a:hover
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_company.png') no-repeat;
    background-position:0 -20px;
    border:none;
    text-decoration:none;
}

.companyLink a:active
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_company.png') no-repeat;
    background-position:0 -40px;
    border:none;
    text-decoration:none;
}


.truckLink a
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_trucks.png') no-repeat;
    border:none;
    text-decoration:none;
    
}
.truckLink a:visited
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_trucks.png') no-repeat;
    border:none;
    text-decoration:none;
}
.truckLink a:hover
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_trucks.png') no-repeat;
    background-position:0 -20px;
    border:none;
    text-decoration:none;
}

.truckLink a:active
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_trucks.png') no-repeat;
    background-position:0 -40px;
    border:none;
    text-decoration:none;
}


.dealersLink a
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_dealers.png') no-repeat;
    border:none;
    text-decoration:none;
    
}
.dealersLink a:visited
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_dealers.png') no-repeat;
    border:none;
    text-decoration:none;
}
.dealersLink a:hover
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_dealers.png') no-repeat;
    background-position:0 -20px;
    border:none;
    text-decoration:none;
}

.dealersLink a:active
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_dealers.png') no-repeat;
    background-position:0 -40px;
    border:none;
    text-decoration:none;
}


.partsLink a
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_parts.png') no-repeat;
    border:none;
    text-decoration:none;
    
}
.partsLink a:visited
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_parts.png') no-repeat;
    border:none;
    text-decoration:none;
}
.partsLink a:hover
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_parts.png') no-repeat;
    background-position:0 -20px;
    border:none;
    text-decoration:none;
}

.partsLink a:active
{
    width:95px;
    height:20px;    
    position:relative;
    background:url('../images/button_header_parts.png') no-repeat;
    background-position:0 -40px;
    border:none;
    text-decoration:none;
}

