/* CSS Document */
/*--------------------- Submenu for the company sections -------------------------------*/

#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/menuco.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: 123px;}
  #btn2b {left: 133px; width: 95px;}
  #btn3b {left: 238px; width: 82px;}
  #btn4b {left: 333px; width: 82px;}
  #btn5b {left: 526px; width: 92px;}
  #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/menuco.gif) 0 -17px no-repeat; }
  #btn2b a:hover{background: transparent url(../images/menuco.gif) -133px -17px no-repeat;}
  #btn3b a:hover{background: transparent url(../images/menuco.gif) -238px -17px no-repeat;}
  #btn4b a:hover{background: transparent url(../images/menuco.gif) -333px -17px no-repeat;}
  #btn5b a:hover{background: transparent url(../images/menuco.gif) -526px -17px no-repeat;}
  #btn6b a:hover{background: transparent url(../images/menuco.gif) -620px -17px no-repeat;}

  /* -- This is for the persistent page indicator --*/  
  body#companyOverview li#btn1b a{background: transparent url(../images/menuco.gif) 0 -17px no-repeat; }
  body#bio li#btn2b a{background: transparent url(../images/menuco.gif) -133px -17px no-repeat;}
  body#mediaKit li#btn3b a{background: transparent url(../images/menuco.gif) -238px -17px no-repeat;}
  body#contactUs li#btn4b a{background: transparent url(../images/menuco.gif) -333px -17px no-repeat;}
  
  /* -- Changes the button in the top menu so people know which section they are in -- */  
  #mainBtn1b a{background: transparent url(../images/mainMenu.gif) 0 -17px no-repeat; }
 
