﻿ul.breadcrumb li.first a {
  background: rgba(0, 0, 0, 0) url("img/IconHome.gif") no-repeat scroll 0 -16px;
  height: 13px !important;
  margin-top: 2px;
  overflow: hidden;
  padding: 0;
  text-indent: -1000em;
  width: 16px;
}
ul.breadcrumb li.first a:hover,
ul.breadcrumb li.first a:focus {
  background: rgba(0, 0, 0, 0) url("img/IconHome.gif") no-repeat scroll 0 -16px;
}
/*COUNTRY HOME PAGE STYLE*/
ul.breadcrumb li.first.active {
  background: rgba(0, 0, 0, 0) url("img/IconHome.gif") no-repeat scroll 0 0;
  height: 0px !important;
  margin-top: 2px;
  overflow: hidden;
  padding: 0;
  text-indent: -1000em;
  width: 0px;
}
ul.breadcrumb li {
  vertical-align: -0.2em;
}
ul.breadcrumb li a {
  color: #999;
  display: inline-block;
  /*float: left;*/
  height: 21px;
  line-height: 21px;
  position: relative;
}