/* Generated by KompoZer */
div ul ul {
  display: none;
}
div ul li:hover > ul {
  display: block;
}
div ul {
  border-style: none;
  padding: 0;
  background-position: left 40px;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  background-attachment: fixed;
/*  background-color: #deb343; This commented out to make Sphider-plus search-result Description row same as background color which is white. Date? Possibly with updated program. Dec2018*/
  background: transparent;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-decoration: none;
  line-height: 35px;
  font-size: 12px;
  text-align: left;
  position: relative;
}
div ul:after {
  content: "";
  clear: both;
  display: block;
}
div ul li {
  float: left;
  position: relative;
} /*Karen commented out to stop the search results in Sphider from showing the orange on mouseover. 9May2019*/
div ul li:hover {
  background: /*#deb343 */none repeat scroll 0% 50%;
}
div ul li:hover a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
div ul li a {
  padding: 10px 48px 10px 25px;
  color: #000000;
  display: block;
  text-decoration: none;
  line-height: 0px;
}
div ul ul {
  border-bottom: 1px solid #deb343;
  background: #deb343 none repeat scroll 0% 50%;
  clear: both;
  position: absolute;
  top: 100%;
  padding-left: 10px;
  width: 95%;
}
div ul ul li {
  float: none;
  position: relative;
}
div ul ul li a {
  padding: 15px;
  color: #ffffff;
}
div ul ul li a:hover {
  background: #deb343 none repeat scroll 0% 50%;
  font-weight: bold;
  text-decoration: none;
}
div ul ul ul {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 60%;
}
