open your stylesheet_cateogies_menu.css find and modify the following
div#nav-cat li {
background-color:#FCFCFC;
border-bottom:1px dotted #C5C5C5;
list-style:none outside none;
margin:0;
position:relative;
z-index:1;
}
div#nav-cat {
background-color:#FFFFFF;
font-size:1.3em;
font-weight:bold;
margin-left:auto;
margin-right:auto;
margin-top:0;
padding:5px 10px 15px;
width:100%;
}
add this to end of this stylesheet.
#nav-cat li {
background-image:url("../images/point.gif");
background-position:left center;
background-repeat:no-repeat;
}
lets do this first before fixing other stuff
