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

.mega{
padding:10px;
position:absolute;
/*visibility:hidden;*/
border:2px solid black;
border-top-width:1px;
background:white;
-webkit-box-shadow: 5px 5px 5px #000000; /*css 3 shadows*/
-moz-box-shadow: 5px 5px 5px #000000;
box-shadow: 5px 5px 5px #000000;
z-index: 999;
}

.mega .column{ /*each link column within a mega menu*/
float:left;
width:49%;
}
/*-------------------------------------------*/
.cssagu {
width:97px; 
}
.cssagu li a{
float: left;
color: white;
font: 12px Arial;
text-decoration: none;
}
.cssagu a:hover{
color:#F00;
}
/*-------------------------------------------*/
.csslic {
width:100px; 
}
.csslic li a{
float: left;
color: white;
font: 12px Arial;
text-decoration: none;
}
.csslic a:hover{
color:#F00;
}
/*-------------------------------------------*/
.csspor {
width:300px; 
}
.csspor li a{
color: white;
font: 12px Arial;
text-decoration: none;
}
.csspor a:hover{
color:#F00;
}
/*-------------------------------------------*/
.cssvin {
width:330px; 
}
.cssvin li a{
color: white;
font: 12px Arial;
text-decoration: none;
}
.cssvin a:hover{
color:#F00;
}
/*-------------------------------------------*/
.csswis {
width:330px; 
}
.csswis li a{
color: white;
font: 12px Arial;
text-decoration: none;
}
.csswis a:hover{
color:#F00;
}



.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{
color: white;
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 gray;
padding:5px;
}

.mega .ulmenu a:hover{
background: #F00;
}

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

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

background: #000000 center center repeat-x;
}

.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: 12px Arial;
width: 100%;
/*overflow: hidden;*/
margin-bottom: 1em;
border: 1px solid #900100;
border-width: 1px 0;
background: #900100 center center repeat-x;
/*background: #900100 url(blockdefault.gif) center center repeat-x;*/
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 8px 7px;
text-decoration: none;
border-left: 1px solid #000000;
}

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

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

.solidblockmenu li a:hover{ /*Selected Tab style*/
color:#F00;
background: #000000 center center repeat-x;
/*background: transparent url(2016imagens/blockactive.gif) center center repeat-x;*/
}
