This is my site: http://kakse.net/zencart

The original template is here

I'm missing the horizontal category navigation, and the instructions on how to get it is below, but i'm not sure how to do it, can somone explain, show me how to comment-out and un-comment this code? When I tried it didn't show up :\

Instructions -->

STYLESHEET SETTINGS:
The top horizontal category navigation, and the footer IP address are set to display none by default.
To use comment out this declaration:

#navCatTabsWrapper {
display: none;
}
#siteinfoIP {
display: none;
}

and un-comment the following two declarations:<br />

/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/