/* custom class for saministryresources themes with sub-menus */
.thememenu {
  width: 96%;
  display: block;
  float: right;
  clear: none;
  border: 1px solid #cccccc;
  padding: 10px;
}
.thememenu a {
  font-weight: bold;
  font-size: xx-small;  
  width: 80px;
  float: left;
  clear: none;
  display: block;
  background-color: #cccccc;
  border: 1px solid #999999;
  padding: 3px;
  margin: 2px;
  text-align: center;
  height: 25px;
}
.thememenu a:hover {
  background-color: #ffffff;
  color: #000000;
}