


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin:0px 0 0 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: block;
margin: 0 2px 0 0;
padding: 0;
float:left;
}

.modernbricksmenu2 a{
float: left;
display: block;
color: #000;
text-decoration: none;
margin: 0 4px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
border-top:1px dotted #cccccc;
border-left:1px dotted #cccccc;
border-right:1px dotted #cccccc;
background:#fff url(../img/menu_hover.jpg) 0 bottom repeat-x;

}

.modernbricksmenu2 a:hover{
background:#fff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: #000;
font-weight:bold;
text-decoration: none;
padding: 5px 11px;

}

