﻿/* Product Menu in Left Column */

#content-wrapper .left-column .menu-products ul,
#content-wrapper .left-column .menu-products
{
    list-style:none;
    margin:0px;
    padding:0px;
}
#content-wrapper .left-column .menu-products ul
{
    margin-left:10px;
}
#content-wrapper .left-column .menu-products ul ul
{
    margin-left:20px;
}

#content-wrapper .left-column .menu-products ul li,
#content-wrapper .left-column .menu-products li
{
    position: relative;
    line-height:25px;
}
#content-wrapper .left-column .menu-products ul li a,
#content-wrapper .left-column .menu-products li a
{
    display:block;
    height:25px;
    line-height:25px;
    font-weight:normal;
    text-decoration:none;
    color:#111;
    cursor:pointer;
    background-image:url(Images/Menu-Background.gif);
    border-bottom:solid 1px #fff;
}
#content-wrapper .left-column .menu-products ul li a
{
    background-image:none;
    background-color:#ddd;
}
#content-wrapper .left-column .menu-products ul li a.selected,
#content-wrapper .left-column .menu-products li a.selected
{
    color:#fff;
    background-image:url(Images/Menu-Background-Selected.gif);
}
#content-wrapper .left-column .menu-products ul li a.selected
{
    color:#111;
}
#content-wrapper .left-column .menu-products ul li a.selected span,
#content-wrapper .left-column .menu-products li a.selected span
{
    background-image:url(Images/Menu-Arrow-Selected-White.gif);
}
#content-wrapper .left-column .menu-products ul li a.selected span
{
    background-color:#ddd;
    background-image:url(Images/Menu-Arrow-Selected.gif);
}
#content-wrapper .left-column .menu-products ul li a span,
#content-wrapper .left-column .menu-products li a span
{
    display:block;
    height:25px;
    padding:0px 10px;
    line-height:25px;
    background-image:url(Images/Menu-Arrow.gif);
    background-repeat:no-repeat;
    background-position:right center;
}
#content-wrapper .left-column .menu-products ul li a span
{
    margin-left:10px;
    background-color:#eee;
}
#content-wrapper .left-column .menu-products ul li a:hover,
#content-wrapper .left-column .menu-products li a:hover
{
    background-image:url(Images/Menu-Background-Selected.gif);
    color:#fff;
}
#content-wrapper .left-column .menu-products ul li a:hover
{
    color:#111;
}
#content-wrapper .left-column .menu-products ul li a:hover span,
#content-wrapper .left-column .menu-products li a:hover span
{
    background-image:url(Images/Menu-Arrow-White.gif);
}
#content-wrapper .left-column .menu-products ul li a:hover span
{
    background-color:#ddd;
    background-image:url(Images/Menu-Arrow.gif);
}
#content-wrapper .left-column .menu-content
{
}

/* Information Menu in Left Column */
#content-wrapper .left-column .menu-content
{
    list-style:none;
    margin:0px;
    padding:0px;
}
#content-wrapper .left-column .menu-content li
{
    position: relative;
    line-height:25px;
}
#content-wrapper .left-column .menu-content li a
{
    display:block;
    height:25px;
    line-height:25px;
    font-weight:normal;
    text-decoration:none;
    color:#111;
    cursor:pointer;
    background-color:#eee;
    border-bottom:solid 1px #fff;
}
#content-wrapper .left-column .menu-content li a:hover
{
    background-color:#ddd;
}
#content-wrapper .left-column .menu-content li a span
{
    display:block;
    height:25px;
    padding:0px 10px;
    line-height:25px;
    background-repeat:no-repeat;
    background-position:right center;
}
