﻿/*  ===============================================
    DROPDOWN - TOP
    =============================================*/

/* ### dynamicDropDownMenu: Start ### */

.dropDownMenuArea .dropDownMenu .panelLink a:hover
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/bgDropdown_v3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    color: #000000;
}

.dropDownMenuArea .dropDownMenu .panelLink a
{
    padding-top: 10px;
    height: 21px;
    display: inline-block;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/bgDropdownArrowBlack.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    color: #000000;
}

.dropDownMenuArea .dropDownMenu .functionPanel
{
    clear: both;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    display: none;
    position: absolute;
    z-index: 7;
    background-color: transparent;
    font-size: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;
}



.dropDownMenuArea .dropDownMenu li:hover .functionPanel, .dropDownMenu li.over .functionPanel
{
    display: block;
    z-index: 7;
    background: transparent url(//media.redcatsnordic.com/laredoute/images/generic/graphics/dropdownShadow.png) no-repeat scroll right bottom;
    padding: 0px 8px 9px 0px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
}

.dropDownMenuArea .dropDownMenu li .functionPanel ul
{
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    background-color: White;
}

/*.dropDownMenuArea .dropDownMenu li > .functionPanel ul
{
    top: auto;
    left: auto;
}*/

.dropDownMenuArea .dropDownMenu li .functionPanel li
{
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    background-image: none;
    background-color: #ffffff;
}

.dropDownMenuArea .dropDownMenu li .functionPanel li a
{
    font-size: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;
    text-transform: none;
    line-height: 20px;
    border-bottom: dotted 1px #b9b9b9; /*margin-left: 10px;     margin-right: 10px;*/
}

.dropDownMenuArea .dropDownMenu li .functionPanel li a:hover
{
    /* line-height: 21px;     border-bottom: dotted 0px #464646;*/
    text-decoration: underline;
}

.dropDownMenuArea .dropDownMenu li:hover .panelLink a, .dropDownMenu li.over .panelLink a
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/bgDropdown_v3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    color: #000000;
}

.dropDownMenuArea .dropDownMenu .functionPanel li.dropdownList
{
    height: 21px;
}

/*.functionPanel li:hover
{
    background-color: #3c8c1e;
}*/

.dropDownMenuArea .dropDownMenu .functionPanel li a.dropdownLink
{
    font-size: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;
    text-transform: none;
    line-height: 20px;
    border-bottom: dotted 1px #b9b9b9;
    margin-left: 10px;
    margin-right: 10px;
}

.dropDownMenuArea .dropDownMenu .functionPanel li a.dropdownLink:hover
{
    /* line-height: 21px;     border-bottom: dotted 0px #464646;*/
    text-decoration: underline;
}

/* ### dynamicDropDownMenu: End ### */
