﻿/* Product Menu in Left Column */
#leftmenu
{
    width:145px;
    background-image:Url('Images/SiteImages/menu_background.png');
    color: #000000;
    text-transform: uppercase;
    background-color:#D85F27;
    padding-top:25px;
    }

#leftmenu .menu-products ul, #leftmenu .menu-products
{
    list-style: none;
    margin: 0px;
    padding: 0px;

}
#leftmenu .menu-products ul
{
    
}
#leftmenu .menu-products ul ul
{
}

#leftmenu .menu-products ul li, #leftmenu .menu-products li
{
    position: relative;
    line-height: 25px;
     
}
#leftmenu .menu-products ul li a, #leftmenu .menu-products li a
{
   
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size:9px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-bottom: solid 1px #FFF;
    background-color:#D85F27;
}
#leftmenu .menu-products ul li a
{
}

#leftmenu .menu-products ul ul
{
}
#leftmenu .menu-products ul ul li a
{
    padding-left: 11px;
}

#leftmenu .menu-products ul ul li a span
{
    background-image: none;
}


#leftmenu .menu-products ul li a.selectedchild span
{
    background-image: url(Images/SiteImages/Menu/menu-arrow-nested-selected-down.png);
    display: block;
    height: 25px;
    padding: 0px 11px;
    line-height: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color:#D85F27;
}
#leftmenu .menu-products ul li a.selectednochild span
{
    /*
    background-image: url(Images/SiteImages/Menu/menu-arrow-selected-child.gif);
    background-position: left center;*/
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    padding: 0px 11px;
    line-height: 25px;
     background-color:#000;
    /*background-position: left center;
    background-repeat: no-repeat;*/
}
#leftmenu .menu-products ul li a.selectednochild 
{background-color:#000;}

#leftmenu .menu-products ul li a.selectedhaschild span
{
    background-image: url(Images/SiteImages/Menu/menu-arrow-selected-child_down.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    padding: 0px 11px;
    line-height: 25px;
     background-color:#000;
    /*background-position: left center;
    background-repeat: no-repeat;*/
}
#leftmenu .menu-products ul li a.selectedhaschild
{
    background-color:#000;
 }
/*Selected nested item */
#leftmenu .menu-products ul ul li a.selectednochild span
{
    /*
    background-image: url(Images/SiteImages/Menu/menu-arrow-selected-child.gif);
    background-position: left center;
    background-repeat: no-repeat;*/
     background-color:#000;
}

#leftmenu .menu-products ul li a.haschild span
{
    display: block;
    height: 25px;
    padding: 0px 10px;
    line-height: 25px;
    background-image: url(Images/SiteImages/Menu/menu-arrow-nested-selected.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
     background-color:#D85F27;
}
#leftmenu .menu-products ul li a.hasnochild span
{
    display: block;
    height: 25px;
    padding: 0px 10px;
    line-height: 25px; /*background-image:url(Images/SiteImages/Menu/Menu-Arrow.gif);*/
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
     background-color:#D85F27;
}

#leftmenu .menu-products ul li a span
{
    text-indent: 4px;
}


