Hi thank you for your reply.
Yes the categories are in Japanese alphabetical order.
I read the css.txt and I see how I can create a Japanese version.
I looked through my stylesheet and couldn't find any calls for background images or even categories.
Would I need to create my own?
Unless it is one of these
#navCatTabs ul li a, #navEZPagesTop a {
color: #000; /* color of ezpages and category tabs links */
font-weight:bold;
}
#navCatTabs ul li a:hover, #navEZPagesTop a:hover{
color: #fff; /* hover color of ezpages and category tabs in header */
font-weight:bold;
}
a:link {
color: #000; /* main site link color unless defined somewhere else */
text-decoration: none;
}
a:visited {
color: #000; /*main site link visited color unless defined somewhere else */
text-decoration: none;
}
a:hover {
color: #000; /*main site link hover color unless defined somewhere else */
}
a:active {
color: #000; /*main site link active color unless defined somewhere else */
Again thanks for the help