/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_categories_dressing.css
 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505
 */


/*IE6 hacks*/
* html #categories li, * html #categories li a {
   height: 1em;/*fix IE6 whitespace bug*/
   background-image: url(../images/pixel_trans.gif);/*partially fix IE6 a block display bug*/
    }
	
#categories ul {/*top category lists of hort & FA*/
	list-style-type: none;
    margin: 0;
	padding: 0; 
    }
	
#categories li {
	line-height: 1.2em;
	}
	
#categories ul li {
	border-bottom: 1px solid #789737;
    margin: 0;
    padding: 0; 
    }

#categories ul li a {/*top categories*/
	background: #85a939 url(../images/bhgs_menubuttonup.gif) repeat-x scroll left top;
	color: #ffffff;
	display: block;
	font-weight: normal;
    margin: 0;
    padding: 2px 3px 3px 10px;
	text-decoration: none;
	width: 175px;
    }
	
#categories ul li a:hover {/*top categories*/
	background: #81a438 url(../images/bhgs_menubuttonover.gif) repeat-x scroll left top;
	color: #ffffff;
    }
	
#categories ul li a.cat-parent-text:hover, #categories ul li a.cat-parent-text {/*top categories*/
	background: #789737 none repeat scroll 0 0;
	color: #ffffff;
    }

#categories ul ul {/*subcategory lists - cat level 2*/
	background:  #accb6b none repeat scroll 0 0;
	border-color: #ffffff;
	border-style: solid none;
    border-width: 1px medium;
    color: #789737;
	margin: 0;
    padding: 0;
    }
	
#categories ul ul  li{/*subcategory lists - cat level 2*/
	line-height: 1.2em;
	background:  transparent none repeat scroll 0 0;
	border: medium none;
    color: #789737;
	font-size: 0.85em;
	margin: 0;
    padding: 0;
    }	

#categories ul ul li a {/*subcategories*/
    background:  #accb6b none repeat scroll 0 0;
    color: #546a26;
	display: block;
	font-weight: bold;
    padding: 2px 4px 3px 15px;
	width: 169px;
    }
	
#categories ul ul li a:hover {/*subcategories*/
    background:  #c9dd9f none repeat scroll 0 0;
    color: #546a26;
    }
	
#categories ul ul li a:active {/*subcategories*/
    background:  #83a53d none repeat scroll 0 0;
    color: #ffffff;
    }
	
#categories ul ul ul {/*subcategory lists- cat level 3*/
	background:  #b8d280;
	color:#546a26
    }

#categories ul ul ul li a {/*subcategories*/
    background-color: #c1d892;
	color: #546a26;
	font-weight: normal;
    padding: 2px 4px 3px 25px;
	width: 159px;
    }
	
#categories ul ul ul li a:hover{/*subcategory lists- cat level 3*/
	background:  #d2e3b0;
	color:#546a26
    }
	


