#category_menu {
    width:170px;
    margin-top:30px;
    background-image:url(../images/menu/bkg.jpg);
    background-repeat:repeat-y;
    background-position:top;
    float:left;
    font-size:9px;
}

#menu_item {
  width:160px; /* 13px manje zbog paddinga (158px) */
  /*height:18px;  4px manje zbog paddinga (22px) */
  margin-left:1px;
  margin-right:1px;
  padding-top:4px;
  padding-left:10px;
  
}

.menu {
    background-image:url(../images/menu/menuBkg.jpg);
    background-repeat:repeat-x;
    background-color:#dbd2c1;
    width:100%;
    float:left;
    padding-top:2px;
    padding-bottom:2px;
}

.menu a {
    color:#000;
    text-decoration:none;
}
.menu_selected {
   background-image:url(../images/menu/menuSelectedBkg.jpg);
   background-repeat:repeat-x;
   background-color:#966d59;
   float:left;
   padding-top:2px;
    padding-bottom:2px;
}

.menu_selected a {
    color:#fff;
    text-decoration:none;
}
