/* CSS Document */
/*--------------------- Submenu for the Individuals Section -------------------------------*/

#menu2{
	margin:0; padding: 1px 0 1px 0;
	background: #CAD466 url(../images/bggreen.gif);
	height: 21px;
	color: #000000;
	background-color: #CAD466;
	border-top: 1px solid white;
	width: 763px;
}
 #subMenu {
    width: 705px; height: 18px;
    background: url(../images/menuin.gif);
    margin: 0 auto; padding: 0;
    position: relative;}
  #subMenu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 1px;}
  #subMenu li, #subMenu a {
    height: 18px; display: block;}
	
  #btn1b {left: 0; width: 100px;}
  #btn2b {left: 110px; width: 101px;}
  #btn3b {left: 215px; width: 111px;}
  #btn4b {left: 318px; width: 82px;}
  #btn5b {left: 511px; width: 92px;}
  #btn6b {left: 605px; width: 87px;}
/*-- When you change the widths above (either by hand or in DW) change the first negative value to match.
Keep the negative value as a negative expression, this enables the rollover.-- */
  #btn1b a:hover{background: transparent url(../images/menuin.gif) 0 -17px no-repeat; }
  #btn2b a:hover{background: transparent url(../images/menuin.gif) -110px -17px no-repeat;}
  #btn3b a:hover{background: transparent url(../images/menuin.gif) -215px -17px no-repeat;}
  #btn4b a:hover{background: transparent url(../images/menuin.gif) -318px -17px no-repeat;}
  #btn5b a:hover{background: transparent url(../images/menuin.gif) -511px -17px no-repeat;}
  #btn6b a:hover{background: transparent url(../images/menuin.gif) -605px -17px no-repeat;}
  
  
/* -- This is for the persistent page indicator --*/  
  body#clientResults li#btn1b a{background: transparent url(../images/menuin.gif) 0 -17px no-repeat; }
  body#testimonials li#btn2b a{background: transparent url(../images/menuin.gif) -110px -17px no-repeat;}
  body#caseStudies li#btn3b a{background: transparent url(../images/menuin.gif) -215px -17px no-repeat;}

/* -- Changes the button in the top menu so people know which section they are in -- */  
  #mainBtn3b a{background: transparent url(../images/mainMenu.gif) -220px -17px no-repeat;}

