/*
* qMenus.css version 1.0, 2005/10/25
* Written by William Korb
* Copyright (c) 2005-present, QISC, Inc.
*
* QISC grants you a royalty free license to use or modify this
* software provided that this copyright notice appears on all copies.
* This software is provided "AS IS," without a warranty of any kind.
*
* Default style sheet for qMenus. Be sure to override
* each of the qm* styles if you intend to use your own
* CSS.
*/
body {
  padding:0;
  margin:1px;
}
ul.qmul {
  list-style-type: none;
  display: inline;
  position: relative;
  left: 11px;
  padding: 0;
  margin: 0;
}
span.qmpad {
  padding-left: 19px;
}
a.qmlink:hover {
  color: #003366;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size:9pt;
}
a.qmlink:link, a.qmlink:visited, a.qmlink:active {
  color: #003366;
  font-family: sans-serif;
  text-decoration: none;
  font-size:10pt;
}
