.nav-view {
  height: 300px;
}
.nav-view-category {
  height: 180px;
}
.nav-view a, .nav-view-category a {
  display: block;
  padding: 10px 15px;
  background: url("../images/ico01.png") left 17px no-repeat;
  font-weight: bold;
  border-bottom: #f0f0f0 1px solid;
}
.nav-view, .nav-view-category {
  border-top: #f0f0f0 1px solid;
}
