/* nav table */
#nav-table {
  /* PRINT!display:none;! */
  margin-bottom: 3px;
  height: 26px;
}

#nav-table img {
  vertical-align: top;
}

#nav-table td.main {
  width: 100%;
  background-image: url(/images/nav/nav_bg.gif); 
  background-repeat:repeat-x;
}

#nav-table td.main table {
  width: 100%;
  height: 26px;
}

#nav-table td.main table td {
  padding: 6px 5px 0 5px;
}

#nav-table td.main table tr>td { /* for browsers other than IE */
  padding: 5px 5px 0 5px;
}

#nav-table td.main table td.over {
  background-color: #555354;
  background-image: url(/images/nav/nav_bg_over.gif); 
  background-repeat:repeat-x;
}

#nav-table td.main table td.over a {
  color: #EEEEEE;
}

#nav-table td.main a {
  font-size: 9px;  /* size of menu font */
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#nav-table td.main a:hover {
  text-decoration: none;
}

/* Additions for formatting RSS Feed box */


#dofe-rss-box { border: 1px solid #A891C0; padding: 0; font-size: 90%; margin-bottom: 1em }
#dofe-rss-box h2 a { text-decoration: none; color: white;  }
#dofe-rss-box h2 a:hover   { text-decoration: underline; color: white }
#dofe-rss-box h2  { background: #8452B5 url(/default_title.gif) no-repeat ;  margin: 0; padding: 0.5em; font-size: 120% }
#dofe-rss-box ul { margin: 0; padding: 0; color: #333 }
#dofe-rss-box ul li  { list-style-type: none; margin: 0; border-top: 1px solid #A891C0; padding: 0.5em  } 
#dofe-rss-box p { background: white url(/cofe-siterss-purple-logo.gif) no-repeat right; border-top: 1px solid #A891C0; margin: 0; padding: 0.5em 0.5em 0 0.5em;  height: 23px }
#dofe-rss-box .rss-description { padding-top: 5px; display: block; }
