 .category_link_container {
    height: 32px;
    background: url('../images/bar.gif') no-repeat;
 }

 .category_link_container a{
   display: block;
   margin-left: 11px;
   height: 32px;
   line-height: 32px;
   color: #fbfbe6;
   font-size:11px;
   font-weight:bold;  
   text-decoration: none;
   padding-left: 10px;
 }

 .category_link_container a:hover{
  background: #EDEDED;
  color: #666;
 }

.pageHeading h1 {
  display: none;
}
