﻿/*************************************** Left dropdown menu ***************************************/
#HeaderMenu .dropdownMenuLeft {
    width: 225px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: absolute;
}

#HeaderMenu .dropdownMenuLeft li {
    list-style: none;
    float: left;
    background: url(/_images/layout/master/productmenu/dropdown-normal.jpg) no-repeat top;
    cursor: pointer;
}

#HeaderMenu .dropdownMenuLeft li a {
    display: block;
    height: 51px;
    width: 225px;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

#HeaderMenu .dropdownMenuLeft img {
    margin: 10px 0 0 10px;
    float: left;
}

#HeaderMenu .dropdownMenuLeft li span {
    float: right;
    margin: 20px 10px 0 0;
}

/* Links */
#HeaderMenu .dropdownMenuLeft li a:link       { color: #333; text-decoration: none; }
#HeaderMenu .dropdownMenuLeft li a:visited    { color: #333; text-decoration: none; }
#HeaderMenu .dropdownMenuLeft li a:hover      { color: #CD0000; text-decoration: none; background: url(/_images/layout/master/productmenu/dropdown-active.jpg) no-repeat top; }
