<html>
<head>
  <title>Div example</title>
</head>
<body>

<style type="text/css">
.breadcrumb{
  font-size: 9pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration : none;
  color: #000000;
}

.breadcrumb a{
  background: url("../download/css/breadcrumb.gif") no-repeat center right;
  padding-right: 10px;

  font-size: 9pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration : none;
  color: #0000ff;
}

.breadcrumb a:hover{
  text-decoration: underline;
  color: #ff0000;
}
</style>

<div class="breadcrumb"><a href="https://www.mobilefish.com">Home</a> <a href="https://www.mobilefish.com">Level 1</a> <a href="https://www.mobilefish.com">Level 2</a> Detail</div>

</body>
</html>