
/* Common CSS-styles for drop-down menus in the new-layout */

.commonDDMenu {
  height: 42px;
  padding: 8px 0 0 18px;

}

.commonDDMenu .buttonsGroup a {
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  margin: 0 8px 0 0;
  text-decoration: none;

}

.commonDDMenu .topButtons a {
}

.commonDDMenu .topButtons .selected {
  text-decoration: underline;
  color: #404040;

}  

.commonDDMenu .menuList {
  display: none;
  position: absolute;
  margin: 4px 0 0 0;
  width: 800px;

}

.commonDDMenu .menuList a:hover {
  text-decoration: underline;
  color: #404040;

}

.DDMenuVertical .menuList a {
  float: left;
  clear: both;
}
