.floatingMenu {
  position: absolute;
  top: -1000px;
  left: 0;
  display: none;
  max-width: 250px;
  z-index: 100;
  box-shadow: #777 0 0 5px;
  /*box-shadow: #000 0 0 10px -3px;*/
  border-radius: 0 10px 10px 10px;
}

.floatingMenu.reversed {
  border-radius: 10px 0 10px 10px;
}

.floatingMenu.reversed .topItem {
  border-radius: 10px 0 0 0;
}

.floatingMenu.reversed .topBottomItem {
  border-radius: 10px 0 10px 10px;
}

.floatingMenu a, .floatingMenu a:hover, .floatingMenu a:visited {
  color: white;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.floatingMenu div:hover > a div {
  /*background-color: #28972E;
  border: none;*/
  background-color: #3A78A9;
  border: none;
}

.floatingMenu div:hover {
  /*background-color: #28972E;*/

  background-color: #3A78A9;
  border: 1px solid #4194E9;
  border-bottom-color: #235A92;
  border-left-color: #235A92;

  /*border: 1px solid #03BB03;
  border-bottom-color: green;
  border-left-color: green;*/

}

.floatingMenu div {
  color: white;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #006218;
  padding: 2px;
  display: block;
  cursor: pointer;
}

.heading {
  color: white;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.firstLevelTax {
  margin-bottom: -2px;
  margin-left: -10px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  border-radius: 10px 10px 10px 10px;
}

.topItem, .topBottomItem, .middleItem, .bottomItem {
  border: 1px solid green;
  border-bottom-color: #004210;
  border-left-color: #004210;
}

.topItem {
  position: relative;
  border-radius: 0 10px 0 0;
}

.bottomItem {
  position: relative;
  border-radius: 0 0 10px 10px;
}

.topBottomItem {
  position: relative;
  border-radius: 0 10px 10px 10px;
}

.topItem div, .topBottomItem div, .middleItem div, .bottomItem div {
  margin: 0 5px;
}

.headingText {
  margin-left: 15px;
}

.headingBullet {
  float: left;
}

.arrow {
  position: absolute;
  z-index: 101;
  color: white;
  width: 10px;
  text-align: center;
}

/*TEST PURPOSE ! DELETE !*/

/*#ID448 div {
  background-color: #3A78A9;
}

#ID448 .topItem, #ID448 .topBottomItem, #ID448 .middleItem, #ID448 .bottomItem {
  border-top: 1px solid #3982CC;
  border-bottom: 1px solid #235A92;
  border-left: 1px solid #235A92;
  border-right: 1px solid #3982CC;
}

#ID448 div:hover > a div {
  background-color: #000;
  border: none;
}

#ID448 div:hover {
  background-color: #000;
  border: 1px solid #000;
}

#tax_ID448 .arrow {
  background-color: #3A78A9;
}



#ID167 div:hover > a div {
  background-color: #3A78A9;
  border: none;
}

#ID167 div:hover {
  background-color: #3A78A9;
  border: 1px solid #4194E9;
  border-bottom-color: #235A92;
  border-left-color: #235A92;
}*/

/*TEST PURPOSE ! DELETE !*/