<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

#menubar {
  background: #FAF0E6;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

table#navigation_menu {
  border: 0;
  margin: 0 auto; 
}

table#navigation_menu td {
  background: #800080;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  color: #FFFFF0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  margin: 0; 
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
}
</pre></body></html>