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

.mega{
width:100%; /*default width of mega menu*/
padding:0px;
position:absolute;
visibility:hidden;
border:2px solid black;
border-top-width:1px;
background:black;
-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%;
font: 11px arial;
color: white;
}

.mega a{
text-decoration:none;
font-weight: bold;
}

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

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

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

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
list-style:none;
float: left;
font-family: arial;
font-size: 11px;
font-weight: bold;
}

.mega .ulmenu li {
float: left;
display: block;
}

.mega .ulmenu a{
float: left;
display:block;
padding:1px;
width: 56px;
text-align: center;
}

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

.mega .ulmenu2{ /*style any UL within mega menu with class="ulmenu2"*/
margin:0;
padding:0;
list-style:none;
float: left;
font-family: arial;
font-size: 11px;
font-weight: bold;
}

.mega .ulmenu2 li {
float: left;
display: block;
}

.mega .ulmenu2 a{
float: left;
display:block;
padding:1px;
width: 115px;
text-align: center;
}

.mega .ulmenu2 a:hover{
background:lightgreen;
}

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

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

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

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 26px Impact;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
float: left;
}

.solidblockmenu li a{
float: left;
color: white;
text-align: center;
text-decoration: none;
border-right: 1px solid white;
display: block;
width: 136px;
}

.solidblockmenu li a:visited{
color: white;
}

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