#category_nav{
}
#category_nav .headerbar, #category_nav .empty {
  border-bottom: 1px solid #6a3c30;
  font-weight: bold;
  color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
  font-family: "Trebuchet MS", Tahoma;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 0 9px 22px;
  background: url(../images/cat.gif) no-repeat 7px 15px;
}
#category_nav .headerbar img {
  position: relative;
  top:5px;
}
#category_nav .selected{
  background: url(../images/catactiv.gif) no-repeat 7px 15px;
}
#category_nav ul .selected{
  background: url(../images/catactiv.gif) no-repeat 7px 11px;
}
#category_nav .headerbar a, #category_nav .headerbar a:visited, #category_nav .empty a {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 1em;
}

#category_nav .headerbar a:hover, #category_nav .empty a:hover {
  color: #ff9b4f;
}

#category_nav .selected a, #category_nav .selected a:hover, #category_nav .selected a:visited {
  color: #ff9b4f;
}

#category_nav ul{
  overflow: auto;
  list-style-type: none;
  text-align:left;
  margin: 0px;
  padding: 0px 0px 5px 0;
  margin-bottom: 2px;
  background: #6a3c30;
}

#category_nav ul li{
  padding-bottom: 0px;
  padding-left: 0px; /*bottom spacing between menu items*/
}

#category_nav ul li a, #category_nav ul li a:visited {
 color: #fff;
 outline: none;
 display: block;
 padding:6px 2px 6px 25px;
 text-decoration: none;
 line-height: 12px;
 background: url(../images/cat1.gif) no-repeat 12px 10px;
 font-size: 12px;
}

#category_nav ul li a:hover { /*hover state CSS*/
   color: #ff9b4f;
}

