/* CSS Document */
/*--------------------- Submenu for the organization 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/orgmenu.gif);
	background-repeat: no-repeat;
    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: 146px;}
  #btn2b {left: 148px; width: 100px;}
  #btn3b {left: 255px; width: 92px;}
  #btn4b {left: 360px; width: 92px;}
  #btn5b {left: 526px; width: 87px;}
  #btn6b {left: 620px; 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/orgmenu.gif) 0 -17px no-repeat; }
  #btn2b a:hover{background: transparent url(../images/orgmenu.gif) -148px -17px no-repeat;}
  #btn3b a:hover{background: transparent url(../images/orgmenu.gif) -255px -17px no-repeat;}
  #btn4b a:hover{background: transparent url(../images/orgmenu.gif) -360px -17px no-repeat;}
  #btn5b a:hover{background: transparent url(../images/orgmenu.gif) -526px -17px no-repeat;}
  #btn6b a:hover{background: transparent url(../images/orgmenu.gif) -620px -17px no-repeat;}

/* -- This is for the persistent page indicator --*/  
  body#breakthrough li#btn1b a{background: transparent url(../images/orgmenu.gif) 0 -17px no-repeat; }
  body#keynote li#btn2b a{background: transparent url(../images/orgmenu.gif) -148px -17px no-repeat;}
  body#clientResults li#btn3b a{background: transparent url(../images/orgmenu.gif) -255px -17px no-repeat;}
  body#testimonials li#btn4b a{background: transparent url(../images/orgmenu.gif) -360px -17px no-repeat;}
 
 /* -- Changes the button in the top menu so people know which section they are in -- */  
  #mainBtn2b a{background: transparent url(../images/mainMenu.gif) -77px -17px no-repeat;}

