/* CSS Document */
/*--------------------- Submenu for In the News -------------------------------*/

#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/menunews.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: 87px;}
  #btn2b {left: 88px; width: 103px;}
  #btn3b {left: 201px; width: 74px;}
  #btn4b {left: 257px; width: 134px;}
  #btn5b {left: 401px; width: 78px;}
  #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/menunews.gif) 0 -17px no-repeat; }
  #btn2b a:hover{background: transparent url(../images/menunews.gif) -88px -17px no-repeat;}
  #btn3b a:hover{background: transparent url(../images/menunews.gif) -201px -17px no-repeat;}
  #btn4b a:hover{background: transparent url(../images/menunews.gif) -257px -17px no-repeat;}
  #btn5b a:hover{background: transparent url(../images/menunews.gif) -401px -17px no-repeat;}
  #btn6b a:hover{background: transparent url(../images/menunews.gif) -620px -17px no-repeat;}

/* -- This is for the persistent page indicator --*/  
  body#appearances li#btn1b a{background: transparent url(../images/menunews.gif) 0 -17px no-repeat; }
  body#pressRelease li#btn2b a{background: transparent url(../images/menunews.gif) -88px -17px no-repeat;}
  body#mediaKit li#btn3b a{background: transparent url(../images/menunews.gif) -201px -17px no-repeat;}

/* -- Changes the button in the top menu so people know which section they are in -- */  
  #mainBtn5b a{background: transparent url(../images/mainMenu.gif) -495px -17px no-repeat;}

