#current_crumb {
text-decoration:none;
color:#666666;
font-style:italic;
}

#crumb-container { 
margin-left: 0px; 
margin-bottom:12px;
}

#crumblist
{
list-style: none;
padding: 0;
margin: 0;

}
#crumblist {
height: 18px;
padding: 4px 0 0 0px;
color:#666666;
}
 #crumblist li {
float: left;
display: inline;
margin-right: 4px;
}
#crumblist a {
color:#666666;
font-weight: bold; 
background: url(../images/gt.gif) top right no-repeat;
padding-right: 11px; 
text-decoration: none;
}
#crumblist a:hover {
color: #003366;
background:url(../images/gt.gif)  top right no-repeat;
}


