﻿
/* ------------------------------ Top Menu ------------------------------ */       
       .services
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/services_off.gif) no-repeat top;
        }
        .clients
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/clients_off.gif) no-repeat top;
        }
        .surveys
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/surveys_off.gif) no-repeat top;
        }
        .research
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/research_off.gif) no-repeat top;
        }
        .peernetwork
        {
            float: left; border-right: solid 1px black; padding: 0px 5px 0px 5px;
            width: 100px; height: 25px;
            background: url(/Images/tabs/peernetwork_off.gif) no-repeat top;
        }
        .aboutus
        {
            float: left;
            width: 90px; height: 25px;
            background: url(/Images/tabs/aboutus_off.gif) no-repeat top;
        }
  
  
  
  
        .services:hover
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/services_on.gif) no-repeat top;
        }
        .clients:hover
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/clients_on.gif) no-repeat top;
        }
        .surveys:hover
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/surveys_on.gif) no-repeat top;
        }
        .research:hover
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/research_on.gif) no-repeat top;
        }
        .peernetwork:hover
        {
            float: left; border-right: solid 1px black; padding: 0px 5px 0px 5px;
            width: 100px; height: 25px;
            background: url(/Images/tabs/peernetwork_on.gif) no-repeat top;
        }
        .aboutus:hover
        {
            float: left;
            width: 90px; height: 25px;
            background: url(/Images/tabs/aboutus_on.gif) no-repeat top;
        }  
        


        .servicesActive
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/services_on.gif) no-repeat top;
        }
        .clientsActive
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/clients_on.gif) no-repeat top;
        }
        .surveysActive
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/surveys_on.gif) no-repeat top;
        }
        .researchActive
        {
            float: left; border-right: solid 1px black;
            width: 100px; height: 25px;
            background: url(/Images/tabs/research_on.gif) no-repeat top;
        }
        .peernetworkActive
        {
            float: left; border-right: solid 1px black; padding: 0px 5px 0px 5px;
            width: 100px; height: 25px;
            background: url(/Images/tabs/peernetwork_on.gif) no-repeat top;
        }
        .aboutusActive
        {
            float: left;
            width: 90px; height: 25px;
            background: url(/Images/tabs/aboutus_on.gif) no-repeat top;
        }  
        