
.ddcolortabs{
  padding: 0;
  width: 434px;
  height: 31px;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
  position: absolute;
  top: 85px;
}
.ddcolortabs ul{
  font-size: 11px;
  margin:0;
  padding:0;
  list-style:none;
}
.ddcolortabs li{
  display:inline;
  margin:0;
  padding:0;
  text-transform:uppercase;
}
.ddcolortabs a{
  float:left;
  color: white;
  margin:0;
  padding:0;
  text-decoration:none;
}
.ddcolortabs a span{
  float:left;
  display:block;
  padding: 0;
}
.ddcolortabs a span{
  float:none;
}
.ddcolortabs a:hover{
  background-color: #3c505f;
}
.ddcolortabs a:hover span{
  background-color: #3c505f;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
  background-color: #3c505f;
}
.ddcolortabsline{
  clear: both;
  padding: 0;
  width: 100%;
  height: 8px;
  line-height: 8px;
  background: transparent;
  border-top: 4px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
  position:absolute;
  top: 0;
  border: 0; /*THEME CHANGE HERE*/
  border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
  border-bottom-width: 1px;
  font-size: 10px;
  text-transform:uppercase;
  line-height:18px;
  z-index:100;
  background-color: transparent;
  width: 200px;
  visibility: hidden;
}
.dropmenudiv a{
  width: auto;
  display: block;
  text-indent: 5px;
  border-top: 0 solid #678b3f;
  border-bottom: 0 solid #b7b6b6; /*THEME CHANGE HERE*/
  padding: 0;
  text-decoration: none;
  color: #b7b6b6;
}
* html .dropmenudiv a{ /*IE only hack*/
  width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  background-color: #22313e;
  color: white;
}

.dropmenudiv a.consulting {
  width: 150px;
  height: 42px;
  background: transparent url('../images/TopNavigation/top-nav-systems-drop-oc-off.gif');
}
.dropmenudiv a.consulting:hover {
  background: transparent url('../images/TopNavigation/top-nav-systems-drop-oc-on.gif');
}
.dropmenudiv a.leadership {
  width: 144px;
  height: 34px;
  background: transparent url('../images/TopNavigation/top-nav-people-drop-lp-off.gif');
  border-bottom: 1px solid #51626c;
}
.dropmenudiv a.leadership:hover {
  background: transparent url('../images/TopNavigation/top-nav-people-drop-lp-on.gif');
}
.dropmenudiv a.recruitment {
  width: 144px;
  height: 40px;
  background: transparent url('../images/TopNavigation/top-nav-people-drop-rn-off.gif');
  border-top: 1px solid #8798a2;
}
.dropmenudiv a.recruitment:hover {
  background: transparent url('../images/TopNavigation/top-nav-people-drop-rn-on.gif');
}
.dropmenudiv a.market {
  width: 140px;
  height: 40px;
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-mr-off.gif');
  border-bottom: 1px solid #51626c;
}
.dropmenudiv a.market:hover {
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-mr-on.gif');
}
.dropmenudiv a.product {
  width: 140px;
  height: 40px;
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-pce-off.gif');
}
.dropmenudiv a.product:hover {
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-pce-on.gif');
}
.dropmenudiv a.clinical {
  width: 140px;
  height: 40px;
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-cps-off.gif');
  border-top: 1px solid #8798a2;
}
.dropmenudiv a.clinical:hover {
  background: transparent url('../images/TopNavigation/top-nav-tools-drop-cps-on.gif');
}
