.arktic_e_mind {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.arktic_e_mind ul {
  border: 1px solid #afafaf;
  font-weight: normal;
}

.arktic_e_mind li {
  background-image: url(img/bgtop_h.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

.arktic_e_mind ul li {
  background-image: url(img/bg.gif);
  background-repeat: repeat-y;
  background-color: #ffffff;
  border: none;
   width: 200px;
}

.arktic_e_mind a {
  text-decoration: none;
  line-height: 18px;
  color: #555555;
  padding: 1px 21px 1px 21px ;
  border-bottom: 2px solid  #e34020;
  cursor: pointer;
}

.arktic_e_mind ul a {
   border-bottom:1px solid #ffffff;
}

.arktic_e_mind li.selected {
  background-image: url(img/bgtop_h_sel.gif);
  background-repeat: repeat-x;
}

.arktic_e_mind ul li.selected {
  background-image: url(img/bg_sel.gif);
}

.arktic_e_mind a.selected {
  color: #000000;
  border-bottom-color: #e34020;
}

.arktic_e_mind ul a.selected {
  color: #555555;
  border-bottom-color: #ffffff;
}

.arktic_e_mind li.hover {
    background-image: none !important;
  background-color: #e34020;
}
  
.arktic_e_mind ul li.hover {
}

.arktic_e_mind a.hover {
  color: #ffffff !important;
  border-bottom-color: #e34020;
}

.arktic_e_mind ul a.hover {
    border-bottom-color: #ffffff;
}

.arktic_e_mind .arrow {
  background-image: url(img/arrow_right_color.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
}

.arktic_e_mind .hover ul .arrow,
.arktic_e_mind ul .arrow {
  background-image: url(img/sarrow_right_dark.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
 
.arktic_e_mind .hover .arrow {
  background-image: url(img/arrow_down_light.gif  );
}

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

/* DO NOT alter this section, unless you know what you're doing           */
div.horizontal {
  clear: both;
}
div.horizontal br {
  clear: both;
}
div.horizontal ul {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  clear: both;
}
div.horizontal li {
  list-style-type: none;
  display: block;
  float: left;
  clear: none;
  text-align: left;
    position: static;
}
div.horizontal li img {
  border: none;
}
div.horizontal a {
  clear: both;
  display: block;
  margin: 0px;
}
div.horizontal ul li ul {
  position: absolute;
  left: -5000px;
  top: -5000px;
  visibility: hidden;
  clear: both; 
}
div.horizontal ul li ul li {
  clear: both; 
}
div.horizontal 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;
}

