﻿/* this file is part of the package! c 2005, igor de oliveira couto it was originally made for use with zen cart 1.2.6, but may work well also with other versions. it relies on other files, also part of the package, and may not work adequately, or produce unexpected results, unless those other files are also installed properly. full instructions for a complete installation should have been downloaded with the package. look inside the folder! this specific file should be placed in: ../includes/templates/YOUR_TEMPLATE/css/ it should not overwrite any existing files in that directory. look for updates to by visiting the zen cart website: http://www.zen-cart.org */ a div.betterCategories, a:visited div.betterCategories {
  	background-color: #F5F5F5;
  	
  	padding: 2px;
}

A:hover DIV.betterCategories, A:active DIV.betterCategories {
  	background-color: #FFFF41;
}