/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.1   Glenn Herbert (gjh42)  2008-01-01
*/

.categoriesContent { 
    background-color: #000000;
    margin-top: -15px;
    margin-left: -1px;
    margin-bottom: 2px;
    }  

.category-subs-parent, .category-not-selected, .category-subs-selected {
    margin-left: 19px;
    line-height: 19px;
}


#categories a {
    font-size: 1.1em;
    font-weight: bold;
    background-repeat: no-repeat;
    }
	
a.category-top-text {
    background-image: url(../images/bg_pan_title.gif);    
    display: block;
    color: #ffff00; 
    height: 20px;
    } 

a.category-subs-text, a.category-products-text  {
    color: #ffff00;
    display: block;
    } 

a.category-top-text:hover {
    color: #ffffff;
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    color: #ffffff;  
    } 

