/* set the image to use and establish the lower-right position */
    .cssbar, .nav, .navlist, .cssbar_head, .cssbar_body{
      background: transparent url(images/cornernav5blue.gif) no-repeat bottom right}
    .cssbar{
    /* intended total box width - padding-right(next) */
      width:210px !important; /* IE Win = width - padding */
      width: 210px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:0; /* use to position the box */
      margin:0 0 0 8px; /* use to position the box */
	}

    /* set the top-right image */
    .cssbar_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:0; 
    /* right-image-gap + right-inside padding */
      padding-right:5px
}

    /* set the top-left image */
    .cssbar_head h2{
      background-position:top left;
      margin:0px; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:8px 0 4px 9px; 
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
	  	color: #000000;
	text-align: left;
      height:auto !important;
      height:1%} /* IE Holly Hack */
	  
	.cssbar_head h2 a{
  	color: #000000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}
	.cssbar_head h2 a:hover{
  	color: #000000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}
	.cssbar_head h2 a:visited{
  	color: #000000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}

    /* set the lower-left corner image */
    .cssbar_body{
      background-position:bottom left;
      margin-right:0; /* interior-padding right */ 
} 
	   
	.cssbar ul {
  	color: #000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
	text-indent: 6px;
  	margin: 0;
  	padding: 0 1.5px 3px 1.5px /* margin round rows */
}

.cssbar li {
	text-align: left;
	list-style: none;
	padding: 4px 0 4px 0; /* line padding */
	border-top: 1px dashed gray
}

.cssbar li a{
  	color: #000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}
	.cssbar li a:hover{
  	color: #666666;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}
	.cssbar li a:visited{
  	color: #000;
	font: normal 12px "Lucida Grande" lucida, verdana, sans-serif;
}

.subbar {
	background-color: #d5e2fe;
}
.channel {
color: #7c133e !important;
	
}

.indent {
text-indent: 18px;
	
}
.onfocus {
	font: bold 10.5px "Lucida Grande" lucida, verdana, sans-serif, !important;

}

.current {
color: #666666;
	
}


