/*
	General rules
	*/

#dhtmlgoodies_slidedown_menu li
{
    list-style-type:none;
    position:relative;
    background: #bcbfc8 url(images/liMenu.gif) 0 0 repeat-x;
    min-height: 31px;
    height: auto!important;
    height: 31px;
    /*line-height: 31px; */
    border-bottom: 1px solid #fff;
	
	

}
#dhtmlgoodies_slidedown_menu ul
{
    position:relative;    
}


/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu
{
    /*width:205px;*/
    width: 225px;
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a
{

    color: #292828;	
    text-decoration:none;
    display:block;
    clear:both;
    text-decoration: none;


    /*height: 25px;*/
    padding-left: 10px;

    font: bold 13px Tahoma;
    padding-top: 6px;
	padding-bottom: 6px
    
}




ul.catUl li ul
{
    display: none;
    padding: 10px !important;
    background: #f6f6f7 !important
}
ul.catUl li ul li
{
    background: none !important;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    border-bottom: none !important
}
ul.catUl li ul li a
{
    color: #626060 !important;	
    height: auto !important;
    font-size: 13px !important;    
}
ul.catUl li ul li a:hover
{
    text-decoration: underline !important
}



.activeClass
{
    background: url(images/active.gif)  0 0 no-repeat !important;
    font-weight: bold !important;
    color: #000 !important;
}
.activeLiClass
{
	background: #f6f6f7 url(images/liMenu.gif) 0 0 repeat-x !important;
}
#activeIn
{
    background: url(images/activeIn.gif) 0 8px no-repeat !important
}
