#idx #header {
  float:left;
  font-size:70%;
  line-height:normal;
  margin:0px auto;
  }
  
#idx #header ul {
  margin:0;
  margin-left:50px;
  list-style:none;
  }
#idx #header li {
  float:left;
  background:url("http://regionalidx.webdurango.com/rwc/images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid black;
  }
#idx #header a {
  float:left;
  display:block;
  background:url("http://regionalidx.webdurango.com/rwc/images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#idx #header a:hover {
  color:#333;
  }
#idx #header #current {
  background-image:url("http://regionalidx.webdurango.com/rwc/images/left_on.gif");
  }
#idx #header #current a {
  background-image:url("http://regionalidx.webdurango.com/rwc/images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }