﻿#menu
{
    width: 868px;
    z-index: 2000;
}

#menu img
{
    display: block;
}

#menu ul li
{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    height: 31px;
}

#menu ul.level2, #menu ul.level3
{
    position: absolute;
    top: 31px;
    padding: 5px;
    border: 1px solid #ddd;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    z-index: 5;
}

.tips_menu ul.level2
{
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0;
    background: none;
}

.tips_menu ul.level2 li
{
    padding: 0 0 0 10px;
    line-height: 1.8em;
}

.tips_menu h2
{
    padding: 10px 0 0 10px;
    font-size: 10pt !important;
}

.tips_content ul
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    background: none !important;
}

.tips_content ul li
{
    background: url('/content/img/layout/menu_pointer_grijs.gif') no-repeat top left;
    padding: 0 0 0 10px;
    vertical-align: top;
    line-height: 2em;
}

.tips_content ul li p
{
    display: none;
    line-height: 1.2em;
}

.tips_menu div
{
    border: 1px solid #666;
    width: 90% !important;
    margin: 20px 0 0 0;
}

.tips_menu div h2
{
    margin: 5px 0 5px 5px;
}

.tips_menu div p
{
    margin: 5px 0 10px 15px;
}

.tips_menu div
{
    border: 1px solid #666;
    width: 100%;
}

#menu ul li:hover, .tips_menu ul.level2 li:hover
{
    background: url('/content/img/icons/menu_pointer.gif') no-repeat left;
}

#menu ul.level2 li, #menu ul.level3 li
{
    float: none;
    height: 1.5em;
    margin: 0;
    padding: 0;
    width: 250px;
    padding-left: 15px;
}

ul.level2, ul.level3
{
    background: url('/content/img/layout/bg_gradient.gif') no-repeat bottom right;
}

ul.level2 a, ul.level2 a:active, ul.level2 a:focus, ul.level2 a:visited
{
    text-decoration: none;
    font-weight: lighter;
    color: #666;
}

ul.level2 li:hover a
{
    color: #fb7c11;
}

.menu_pointer
{
    margin: 0px 5px 0px 5px;
    visibility: hidden;
    margin-bottom: 2px;
}

ul
{
    margin-left: 0px;
}

/* more menu css */
#menu
{
    position: absolute;
}
#menu ul
{
    padding: 0;
    margin: 0;
}

#menu_buttons
{
    position: relative;
    z-index: 4;
}

#menu_item_filler .button
{
    position: absolute;
    right: 8px;
    top: 5px;
}

#mijn_flinndal
{
    position: absolute;
    right: 105px;
    top: 5px;
    color: #fafafa;
    font-weight: bold;
    font-size: 10pt;
}

.menu_rollout
{
    background: url('img/layout/bg_rollout.png') no-repeat;
    position: absolute;
    border: 5px solid #fff;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    width: 172px;
    height: 180px;
    top: 28px;
    z-index: 5;
}

#menu_producten_rollout
{
    left: 41px;
}

#menu_themas_rollout
{
    left: 146px;
}
/* end menu */

/* product menu */

ul#product-menu
{
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 34px;
    background-image: url('/content/img/layout/menu-bg.png');
    background-repeat: repeat-x;
}
ul#product-menu li
{
    display: block;
    float: left;
    margin: 0;
    width: 25%;
    text-align: center;
    background: url('/content/img/layout/menu-divider.gif') no-repeat left bottom;
}
ul#product-menu li a
{
    color: #666;
    text-decoration: none;
    display: block;
    padding: 0;
    height: 34px;
    line-height: 350%;
    border: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 8pt;
}

ul#product-menu li a:hover
{
    color: #333;
}
ul#product-menu li.current a
{
    color: #000;
    padding: 0px 0px 0;
    border: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    background: none;
    background-color: #fff;
}

/* end product menu */