<!--
/**************************************************
 * Copyright:  ©2003 Ragbert, the Webboffin®      *
 * http://webboffin.crosswinds.net/               *
 **************************************************
 * You may use this script on personal, non-      *
 * commercial sites only.  Use of this script     *
 * requires the inclusion of this copyright       *
 * notice inside the script.                      *
 **************************************************
 * If you make any improvements to the script,    *
 * email "webboffin at crosswinds dot net" with   *
 * a link to your menu, and we'll give you credit *
 * for it.  &:-)                                  *
 *************************************************/

body {
  color: #000; background: #ecf0ff url("images/webboffin_bg.gif");
  background-attachment: fixed;
  margin: 0;
}

h1 {font: bold 1.5em Verdana,Arial,Helvetica,sans-serif; font-style: italic; text-align: center;}
h2 {font: bold 1.5em Verdana,Arial,Helvetica,sans-serif; text-align: center;}
h3 {font: bold 1.35em Verdana,Arial,Helvetica,sans-serif; text-align: center;}
h4 {font: bold 1.2em Verdana,Arial,Helvetica,sans-serif; text-align: center;}
h5 {font: bold 1em Verdana,Arial,Helvetica,sans-serif; text-align: center;}

p  {
  font: normal 13px Verdana,Arial,Helvetica,sans-serif;
  color: #000; background: transparent;
  text-align: left;
  margin-top: 12px;
}

a  {color: #00f; background-color: transparent; text-decoration: underline;}
a:active {color: #f06; background-color: transparent;}

.here, #naviNS4x ul li.here {
  color: #069; background: #ccf none; 
  font: bold 13px Verdana,Arial,Helvetica,sans-serif;
}

#main {
  margin-left: 200px; 
  margin-right: 20px;
}

#naviNS4x {
  display: block;
  position: absolute;
  width: 154px;
  top: 20px;
  left: 4px;
  color: inherited; background: #fff none;
  margin: 0;
  padding: 2px 0px 6px 7px;
  border: 3px solid #99c;
}

#naviNS4x ul,#naviNS4x ul li {
  width: 154px;
  color: #09c; background: transparent;
  font: bold 13px Verdana,Arial,Helvetica,sans-serif;
}

#naviNS4x ul {
  margin: 0 -50px 6px -50px;
  padding: 0px;
}

ul,li {
  display: block;
  list-style: none; 
  margin-top: 0;
  margin-left: 0; 
}

#menutitle {
  display: block;
  width: 150px;
  color: #009; background: #0cc none;
  font: bold 15px Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -30px;
  padding: 0 20px;
}

ul.navilinkNS4x a {
  display: block;
  width: 154px;
  color: #00f; background: #fff none;
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  text-align: left;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 7px;
}

#contentboxNS4x {
  color: #000; background: #fff none;
  font: normal 13px Verdana,Arial,Helvetica,sans-serif;
  border: 1px solid #009;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 5px 20px;
}

.alert {color: #f06; background-color: transparent;}

#permission {
  color: #000; background: transparent none;
  font: normal 8pt Arial,Helvetica,sans-serif;
  margin: 1.5em auto;
  text-align: center;
}

-->