
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2tabcontentstyle{ /*style of tab content oontainer*/
margin-top:-225px;
border:none; 
width:725px;
height:225px;
float: left; 
background: transparent; 
}

.modernbricksmenu2{
margin-left:-50px !important;
margin-left:-17px;
float: right;
width: 223px !important;
width: 725px;
height: 225px !important;
height: 230px;
padding: 5px 0 0 484px;
background: url(/portals/0/images/img_fondo.jpg) no-repeat;
voice-family: "\"}\"";
voice-family: inherit;
position:relative;
z-index:999;
}

.modernbricksmenu2 ul{
margin:0;
float: left;
padding: 0;
list-style:disc;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
float: left;
text-transform:Normal;
}

.modernbricksmenu2 a{
width:210 !important;
width:230px;
float: left;
display: block;
font: 11px Arial;
color: #777777;
text-decoration: none;
margin: 5px 0; /*Margin between each menu item*/
padding-left: 10px;
padding-bottom:3px;
border-bottom:1px solid #CAD0D3;
background:url(/portals/0/images/list.png) top left no-repeat;
}

.modernbricksmenu2 a:hover{
color: #009DF7;
text-decoration:none;
background:url(/portals/0/images/list_hover.png) top left no-repeat;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: #009DF7;
border:none;
font-weight:bold;
border-bottom:1px solid #A3A3A3;
background:url(/portals/0/images/list_hover.png) top left no-repeat;
}

.modernbricksmenu2tabcontent{
display:none;
}

@media print {
.modernbricksmenu2tabcontent {
display:block !important;
}
}

