.navcontainer {
} 

.navcontainer ul { /* remove bullets and list indents */
  list-style: none;
  margin: 0 0 .5em 0;
  padding: 0;
  font: 10pt Arial, helvetica, sans-serif;
  color:rgb(32,157,179);
}

/* style, color and size links and headings to suit */
.navcontainer a {
  font: 10pt Arial, helvetica, sans-serif;
  display: block;
  color:rgb(32,157,179);
  margin: 0 0 .5em 0;
}

.navcontainer a:hover {
  color:rgb(32,157,179);
  margin: 0 0 .5em 0;
}
