/* ######### Shared basic style for mega drop down menu DIV ######### */

.mega{
 color: #676662;
width:300px; /*default width of mega menu*/
padding:10px;
position:absolute;
visibility:hidden;
border:2px solid black;
border-top-width:1px;
background:white;
-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
-moz-box-shadow: 5px 5px 5px #c8c8c8;
box-shadow: 5px 5px 5px #c8c8c8;
}

.mega .column{ /*each link column within a mega menu*/
float:left;
width:49%;
text-align: left;
}

.mega a{
  color: #676662;
text-decoration:none;
}
.mega a:hover{
  color: Black;
text-decoration: underline;
}

.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(down.png);
}

.mega .column ul{
margin:0;
margin-left:5px;
padding:0;
list-style:none;
}

.mega .column ul li{
margin-bottom:3px;
}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
border:1px solid gray;
border-bottom-width:0;
list-style:none;
}

.mega .ulmenu a{
display:block;
border-bottom:1px solid #CCCCCC;
padding:5px;
}

.mega .ulmenu a:hover{
background:lightyellow;
}

/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme{ /*additional mega drop down menu style for this theme*/
border:2px solid #e3ca9d;
padding:0 ; /*remove default padding inside mega menu*/
margin-top: 3px;
}

.solidblocktheme p, .solidblocktheme .column{
padding:5px; /*add padding inside p and .column elements within mega menu*/
width:auto;
}


.solidblockmenu{
margin: 0;
padding: 0;
text-align: center;
font-family: Monotype Corsiva;
font-size: 16px;
color: #977c46;
height: 100%;
overflow: hidden;
border: 0px solid black;
background: white url("../sid-bilder/menyback.jpg") center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #977c46;
padding: 4px 5px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: #977c46;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}