﻿.IMECustomPanelBar .cpbMenuItem {
  background: #f3f3f3 url(Images/arrow-up.png) no-repeat 4px 7px;
  font-size: 1em; /* 11px */
  line-height: 1.1818em; /* 13px */
  padding: 4px 0 5px 18px; /* 22px */
  color: #675C53;
  border-bottom: 1px solid #fff;
  display: block;
}

.IMECustomPanelBar .cpbMenuItem:focus,
.IMECustomPanelBar .cpbMenuItem:hover,
.IMECustomPanelBar .cpbMenuItem:active {
  color: #000;
}
.IMECustomPanelBar .cpSelected 
{
  background: #d52b1e url(Images/arrow-up.png) no-repeat 4px 7px !important;
  font-size: 1em; /* 11px */
  line-height: 1.1818em; /* 13px */
  padding: 4px 0 5px 18px; /* 22px */
  color: #fff !important;
  border-bottom: 1px solid #fff;
  display: block;
  font-weight:bold;
}

