/* RIGHT NAV BAR SETUP ****************************************************************************** */
/* moved out from kpstd.css */

/* Following handled in css for layout of 3 cols  */
/*  .nav_right { 
float:right;
overflow:auto;
 width: 200px; 
 height: 100%; 
 position: absolute;  
 right: 0px;  
 top: 146px; 

background: #fafafa;
border-left: 1px solid #cacaca;
padding-top: 20px;
padding-left:10px;
padding-right:auto;

margin-right: 1px;


}  */
/* Above handled in css for layout of 3 cols  */


/* Use for top "headlines" box, green */
/* rem all this for now */

.nav_right h1 {                                              
 /* border-right:       2px solid #cacaca;  */
 /* border-bottom:       2px solid #cacaca;   */
 border: none;
 border-collapse: collapse;

 color: white;
 font-size: 12px; 
 font-weight: bold; 

 display: block;
 background: 
     url("../images/button_headline00grn.gif") 
     no-repeat 
     top;
 margin-bottom: 18px;
height: 22px;
 text-align: center;
line-height: 125%;
padding-top: 8px;
padding-left: 0px;
}

.nav_right h2 {
/* 
	border-top: 2px solid #cacaca; 
	border-bottom: 2px solid #cacaca; 
*/
border: 1px solid #cacaca;
border-left: none;
background: white;
padding-top: 5px; 
margin-top: -5px;
margin-left: -12px;
padding-left: 12px;
margin-right:  0px;
padding-right: 0px;
}


.nav_right h5 {
/* 
	border-top: 2px solid #cacaca; 
	border-bottom: 2px solid #cacaca; 
*/
/* border: 1px solid #cacaca; */

border-bottom: 1px solid #cacaca; 
background: #cccccc;
padding-top: 5px; 
margin-top: -5px;
margin-left: -11px;
padding-left: 11px;
margin-right:  0px;
padding-right: 0px;
color: white;
width: 188px;

}












.nav_right a                                /* Use for following orange links boxes, as many as reqd */
{ 
 border-top:   none;
 border-left:  none;
 border-collapse: collapse;
 width: 150px;  /* was 177px */
 height:45px; 
 display: block;
 background:
     url("../images/button_headline00_blue_grad_reverse.gif") 
     no-repeat 
     top; 
 font-size: 85%;   color: #777;     /*was 11px; */
 /* color: #525252;  */
 text-align: left; 
 line-height:  1.4em;  /* was 125% */
 margin-top:  -14px;
 margin-right: 0px; 
 text-decoration: none; 

padding-top: 6px;
padding-bottom: 10px;
padding-left: 12px;
margin-left: 2px;
padding-right: 10px;
}

.nav_right a:link   {                        /* Describe text in orange links boxes, as many as reqd */
 /* color: #525252; */
 text-decoration: none;  
}

.nav_right a:visited { 
 /* color: #525252;  */
 text-decoration: none;  
}

.nav_right a:active { 
 /* color: #525252; */
 text-decoration: none;  
}

.nav_right a:hover  { 
 color: white; 
 text-decoration: none;  
 background: url("../images/button_headline00_blue_solid.gif")
     no-repeat 
     top; 
}






h2.nav_right2  {
border-top:    2px solid #cacaca; 
border-bottom: 2px solid #cacaca; 
padding-top: 5px; 
margin-top: -5px;
}


a.nav_right2                                 /* Use for following orange links boxes, as many as reqd */
{ 
 border-top:   none;
 border-left:  none;
 border-bottom: none;  /* 1px solid #cacaca; */
 border-collapse: collapse;
 width: 178px;  /* was 177px */
 height:100%;  
 display: block;
 background: none;
 font-size: 11px;  
 color: #777; 
 /* color: #007000;  */
 text-align: left; 
 line-height:  150%;  /* was 100% */
 margin-top:  -2px;  /* was 0 */
 margin-right: 0px; 
 text-decoration: none; 

padding-top: 3px;  /* was 10 */
padding-bottom: 3px;  /* was 0 */

padding-left: 0px; /* was 10 */
margin-left: 0px;  /* was -5 */
padding-right: 10px;  /* was 10 */

margin-bottom: -3px;
}

a.nav_right2 :link   {                        
 /* color: #525252;  */   
 text-decoration: none;  
}

a.nav_right2 :visited { 
 /*  color: #525252; */
 text-decoration: none;  
}

a.nav_right2 :active { 
 /*  color: #525252; */
 text-decoration: none;  
}

a.nav_right2:hover  { 
color: #007000; 
text-decoration: none; 
background: #99BBD9; 
 margin-left: -12px;
padding-left: 12px; 
 /* background:
     url("http://www.kirbypezzack.com/images/bg_hilite_blue_solid_225x20.gif") 
     no-repeat ;
     background-position: top -12px; */

}



