/* CSS Document */
/*--------------------- Submenu for the resources 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/menures.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: 66px;}
  #btn2b {left: 80px; width: 84px;}
  #btn3b {left: 176px; width: 68px;}
  #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 below to match.
Keep the negative value as a negative expression, this enables the rollover.-- */
  #btn1b a:hover{background: transparent url(../images/menures.gif) 0 -17px no-repeat; }
  #btn2b a:hover{background: transparent url(../images/menures.gif) -80px -17px no-repeat;}
  #btn3b a:hover{background: transparent url(../images/menures.gif) -176px -17px no-repeat;}
  #btn4b a:hover{background: transparent url(../images/menures.gif) -257px -17px no-repeat;}
  #btn5b a:hover{background: transparent url(../images/menures.gif) -401px -17px no-repeat;}
  #btn6b a:hover{background: transparent url(../images/menures.gif) -620px -17px no-repeat;}

/* -- This is for the persistent page indicator --*/  
  body#podcasts li#btn1b a{background: transparent url(../images/menures.gif) 0 -17px no-repeat; }
  body#newsletters li#btn2b a{background: transparent url(../images/menures.gif) -80px -17px no-repeat;}
  body#articles li#btn3b a{background: transparent url(../images/menures.gif) -176px -17px no-repeat;}
  body#books li#btn4b a{background: transparent url(../images/menures.gif) -257px -17px no-repeat;}
  body#mediaKit li#btn5b a{background: transparent url(../images/menures.gif) -401px -17px no-repeat;}
  
  
  
  #mainBtn4b a{background: transparent url(../images/mainMenu.gif) -380px -17px no-repeat;}
  
  .SubTitle {
	font-size: 11.5pt;
	color: #4E712E; 
}

