#menu{
    position: relative;
    z-index: 800;
}

.clearing{
    width: 100%;
    overflow:hidden;
    background: transparent url(/files/system/css/../gfx/megamenu/left_col_bg.gif) 4px 0 repeat-y;
    margin-top: 20px;
}
.mega-bottom{
    margin-left:5px;
    margin-right:5px;
    background: transparent url(/files/system/css/../gfx/megamenu/mega-bottom.png) left top no-repeat;
    padding-bottom:10px;
}

.mega-top{
    background: #FFFFFF url(/files/system/css/../gfx/megamenu/mega-menu-item-content-shadow.png) top left repeat-x;
    height:5px;
    line-height:5px;
    margin:0;
    padding:0;
}

.mega-item{
    display: inline;
    margin: 0;
    padding: 0;
    z-index: 2000;
}
.topnav li.mega-item {
    padding:5px 10px 3px 5px; margin: 0;
}

#menu .menu-item{
    display:inline;
    margin: 0;
    padding: 0 10px 0 0;
}
/*#menu .last {
    padding-right:9px;
}
*/
.menu-item a{
    /*color: #000000;*/
}


/*Hover-farver til colorschemes i topnavigation -------------------------- start - kopieres ind i page.css   */

/*** farver til links i mega-menu top **/
#menu .menu-item .forside:hover, #menu .menu-item.selected .forside {
    color: #e20145; background: none;
}
#menu .menu-item .mobler:hover, #menu .menu-item.selected .mobler {
    color: #a5be0b; background: none;
}
#menu .menu-item .tilbehor:hover, #menu .menu-item.selected .tilbehor {
    color: #009de0; background: none;
}
#menu .menu-item .inspiration:hover, #menu .menu-item.selected .inspiration {
    color: #93357f; background: none;
}
#menu .menu-item .aktuelt:hover, #menu .menu-item.selected .aktuelt {
    color: #e20145; background: none;
}
#menu .menu-item .butikker:hover, #menu .menu-item.selected .butikker {
    color: #f18a00; background: none;
}
#menu .menu-item .service:hover, #menu .menu-item.selected .service {
    color: #e20145; background: none;
}

/*** farver til links i mega-menu indhold **/
#menu .forside .mega-item-content a {
    color: #e20145; background: none;
}
#menu .mobler .mega-item-content a {
    color: #a5be0b; background: none;
}
#menu .tilbehor .mega-item-content a{
    color: #009de0; background: none;
}
#menu .inspiration .mega-item-content a{
    color: #93357f; background: none;
}
#menu .aktuelt .mega-item-content a{
    color: #e20145; background: none;
}
#menu .butikker .mega-item-content a{
    color: #f18a00; background: none;
}
#menu .service .mega-item-content a{
    color: #e20145; background: none;
}

/*** farver til hover p links i mega-menu indhold**/
#menu .forside .mega-item-content a:hover {
    background: #f18a00; color: #fff;
}
#menu .mobler .mega-item-content a:hover {
    background: #a5be0b; color: #fff;
}
#menu .tilbehor .mega-item-content a:hover {
    background: #009de0; color: #fff;
}
#menu .inspiration .mega-item-content a:hover {
    background: #93357f; color: #fff;
}
#menu .aktuelt .mega-item-content a:hover {
    background: #e20145; color: #fff;
}
#menu .butikker .mega-item-content a:hover {
    background: #f18a00; color: #fff;
}
#menu .service .mega-item-content a:hover {
    background: #e20145; color: #fff;
}


/*  --------------------------- slut - kopieres ind i page.css   */

/*.mega-item .hover{
   background: #efefef url(/files/system/css/../gfx/megamenu/mega-menu-item.png) left top no-repeat;
}

.mega-item a{
    padding:5px 10px 12px 5px;
    color: #000;
    z-index:1000;
    position:relative;
}

.mega-item .hover a {
  background: #efefef url(/files/system/css/../gfx/megamenu/mega-menu-item-link.png) bottom right no-repeat; 
}*/

.mega-item.hover a .mega-hover-outer {
    background: transparent url(/files/system/css/../gfx/megamenu/mega-menu-item.png) 0 0 no-repeat;
    display:inline-block;
    margin:-15px -8px -15px -15px;
    margin-top:-20px;
    padding:15px 8px 15px 15px;
    position:relative;
    z-index:790;
}
.mega-item.hover a .mega-hover-inner  {
    background: transparent url(/files/system/css/../gfx/megamenu/mega-menu-item-right.png) top right no-repeat;
    display:inline-block;
    margin:-15px -13px -15px 0;
    padding:15px 13px 15px 0;
    position:relative;
    z-index:791;
   }

.mega-item-content{
    margin:-1px 0 0;
    width: 936px;
    padding:0;
    position: absolute;
    top:25px;
    left: -5px;
    display:none;
    background: transparent url(/files/system/css/../gfx/megamenu/mega-bg.gif);
    overflow: hidden;
    background-color:#efefef;
    z-index: 780;
}
.mega-item-content h3{
    font-size: 0.9em;
}
.mega-item-content ul, .mega-item-content p{
    font-size: 0.74em;
    font-family:"Verdana","Arial","Helvetica",sans-serif;
    line-height: 1.5em;
    font-weight:normal;
    text-transform:none;
    margin-bottom: 25px;
}
.mega-item-content li{
    background-image: none;
    display: block;
    padding: 0 0 0 10px;
    margin: 0;
}
.mega-item-content a{
    background-image: none;
    padding: 0;
    margin: 0;
}

.mega-item-content a.lcol {
    line-height: 0;
    margin-bottom: 25px;
}

.mega-item-content img{
    border: 1px solid #b2b2b2;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

.mega-col-left{
    width: 231px;
    float: left;
    margin-left: 5px;
}
.mega-col-left-upper{
    /* background-color:#efefef; */
    /*height: 25px;*/
}
.mega-col-left-lower{
    border-top: #b2b2b2 1px dotted;
    /*background: transparent url(/files/system/css/../gfx/megamenu/mega-bg-left-col.gif) right repeat-y;*/
}

.mega-col-left-lower-shadow-top{
    padding: 20px;
    /*background: transparent url(/files/system/css/../gfx/megamenu/mega-shadow-top.png) top repeat-x;*/
}
.mega-col-right{
    float: left;
    padding: 25px;
    width: 635px;
}
.mega-col-right div{
    display: block;
    float: left;
    width: 210px;
    overflow:hidden;
}

.mega-indicator{
    padding-right: 15px;
    padding-left: 0px;
    background:transparent url(/files/system/css/../gfx/megamenu/mega-indicator-black.png) no-repeat right center;
}

.mobler a:hover .mega-indicator {
    background:transparent url(/files/system/css/../gfx/megamenu/mega-indicator-green.png) no-repeat right center;
}
.tilbehor a:hover .mega-indicator  {
    background:transparent url(/files/system/css/../gfx/megamenu/mega-indicator-blue.png) no-repeat right center;
}
.inspiration a:hover .mega-indicator  {
    background:transparent url(/files/system/css/../gfx/megamenu/mega-indicator-purple.png) no-repeat right center;
}

/** --- hide IE 7 element **/
.br { display: none; }



