.shadowright {
  background: url(../images/shadowright.gif) repeat-y;
  background: url(../images/dots.gif) repeat-y;
}

.dotsleft { background: url(../images/dots.gif) repeat-y }
.dotshor { background: url(../images/dotshor.gif) repeat-x }

.titlesm {
  height: 20px;
  width: 217px;
  font-size: 1.2em;
  font-weight: bold;
  color: #93A3B0;
  padding: 5px;
}

.scrollsm {
  height: 90px;
  width: 217px;
  border: 0px;
  padding: 5px;
  background-color:#fff;
  overflow: auto
}
.titlebg {
  height: 20px;
  width: 367px;
  font-size: 1.6em;
  font-weight: bold;
  color: #93A3B0;
  padding: 5px;
}

.scrollbg {
  height: 160px;
  width: 367px;
  overflow: auto;
  border: 0px;
  padding: 5px;
}

.greytitle { font-size: 1.4em; font-weight: bold; color: #93A3B0;}

#dropmenudiv {
  position:absolute;
  border-bottom-width: 0;
  font:normal 10px Tahoma, Arial;
  line-height: 22px;
  z-index: 100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #BCC6CD;
  border-left: 1px solid #BCC6CD;
  border-right: 1px solid #BCC6CD;
  padding: 1px 0;
  text-decoration: none;
  font: bold 11px Tahoma, Arial;
  height: 17px;
}

#dropmenudiv a:hover {
  background-color: white;
}