ul.categorylist {
  margin: 0;
  padding: 0 0 10px 0;
  border: 0;
  list-style-type: none;
}

ul.categorylist li {
  margin: 0 0 0 20px;
  padding: 0;
  border: 0;
  min-height: 15px;
  clear: both;
}

ul.categorylist li a {
  display: block;
  float: left;
  width: 156px;
  color: #CCCCFF;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}

ul.categorylist li a:hover {
  color: #FFCC00;
}

ul.categorylist li a.subcatlist:link,
ul.categorylist li a.subcatlist:visited,
ul.categorylist li a.subcatlist:hover {
  display: block;
  float: left;
  width: 18px;
  height: 13px;
}

div.subcategorylist {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: auto;
  height: 400px;
  background: #322a49 url(gfx/ipr_bgrd.png) repeat-x left top;
  overflow: hidden;
}

div.subcategorylist ul {
  padding-top: 5px;
  height: 340px;
  overflow: auto;
}

div.subcategorylist ul li a {
  width: 250px;
}

p.maincatname {
  display: block;
  margin: 12px 0 4px 0;
  padding: 0 5px 0 10px;
  border: 0;
  height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
