I would like to change the left menu's font sizes(in style.css) : >> Products/Tents >> Products/Walking Boots (so the Tents and Walking Boots) etc. the example : http://opensolution.org/docs/files/qc-design-basket.png
You can try this: In style.css below LEFT MENU after #menu3 A { you can add font-size: 1.1em; or the size you want. If you want smaller font in submenu find this: #menu3 .sub1 A { add after font-size: 0.9em; or the size you want.