.e_mind_submenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
   font-weight: bold;
}

.e_mind_submenu ul {
  font-weight:normal;
}

.e_mind_submenu li {
  background-color: #FFFFFF;
  width: 185px;
  border-left: solid 1px #757575;
  margin-bottom: 7px;
}

.e_mind_submenu ul li {
  border-bottom: 1px solid #757575;
  border-left: 1px solid #757575;
  margin: 0px;
   width: 168px;
 }

.e_mind_submenu a {
  text-decoration: none;
  color: #757575;
  line-height: 20px;
  padding: 0px 0px 0px 16px;
  cursor: pointer;
}

.e_mind_submenu ul a {
   border: none;   
   color: #757575;
   font-size: 11px;
  line-height: 18px;
  padding: 0px 8px 0px 22px;
}

.e_mind_submenu li.hover {
  border-left-color:#e34020;
  border-left-width: 2px;
  border-left-style: solid;
}
  
.e_mind_submenu ul li.hover {
  border-left-color:#757575;
  background-color:#FFFFFF;
}

.e_mind_submenu a.hover {
  color:#333333!important;
}

.e_mind_submenu ul a.hover {
    color: #886450 !important;
}

.e_mind_submenu li.selected {
}

.e_mind_submenu ul li.selected {
}

.e_mind_submenu a.selected {
  color: #886450;
}

.e_mind_submenu ul a.selected {
  color: #886450;
    font-weight: bold;
}

.e_mind_submenu .arrow {
  background-image:url(img/grey_arrow.gif);
  background-repeat: no-repeat;
  background-position: 5px 6px;
}

.e_mind_submenu .hover ul .arrow,
.e_mind_submenu ul .arrow {
  background-image:url(img/grey_arrow.gif);
  background-position: 8px 4px;
}

.e_mind_submenu .hover .arrow {
  background-image:url(img/white_arrow_horizontal.gif);
  background-position: 7px 8px;
}

.e_mind_submenu ul .hover .arrow {
  background-image:url(img/red_arrow.gif);
}

div.vertical {
  clear: both;
}
div.vertical br {
  clear: both;
}
div.vertical ul {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  clear: both;
}
div.vertical li {
  list-style-type: none;
  display: block;
  float: left;
  clear: both;
  text-align: left;
    position: static;
}
div.vertical li img {
  border: none;
}
div.vertical a {
  clear: both;
  display: block;
  margin: 0px;
}
div.vertical ul li ul {
  position: absolute;
  left: -5000px;
  top: -5000px;
  visibility: hidden;
  clear: both; 
}
div.vertical ul li ul li {
  clear: both; 
}

div.vertical ul li ul li a {
  clear: both;
}
.hasImg,
.hasImg a {
  padding: 0px !important;
  margin:  0px  !important;
  border:  none !important;
  outline: none !important;
  background:  transparent !important;
  width: auto !important;
}
