
 #breadCrumb 
 {
	 margin-left: 220px;
	 height: 10pt; 
	 padding: 0.5em 0 0.5em 0em;
	 background: #fff; 
	 border-bottom: 1px #606060 solid;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 color: #c30002;
 }

 #breadCrumb li 
 {
 float: left;
 display: inline;
 margin-right: 4px;
 }
 
 #breadCrumb a 
 {
 color: #606060; 
 text-decoration: none;
 background: url(../../img/brc.gif) right no-repeat;
 padding-right: 18px;
 
 }
  
 #breadCrumb a:hover 
 {
 color: #ea6f16;
 background:url(../../img/brcr.gif) right no-repeat;
 }
