/* Start of CMSMS style sheet 'ECT : Product Categories' */
#ProductCategoryList {
  width: 700px;
  background-color: #e6e6e6;

}
#ProductCategoryList ul {
  list-style: none;
  margin-left: 10px;
}

#ProductCategoryList ul li {
  list-style: none;
  float: left;
}
#ProductCategoryList ul li a {
  display: block;
  width: 140px;
  height: 16px;
  
  padding-top:4px;

  color: white;
  font-weight: bold;
  font-size: 12px;
  font-family: arial;
  text-decoration: none;
  padding-left: 30px;
}
/* End of 'ECT : Product Categories' */

