

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 445px;
margin-left: 20px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-decoration: none;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 215px; /*margin between first menu item and left browser edge*/
margin-right: 0px;
padding: 0;
list-style: none;
text-decoration: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
text-transform:uppercase;
text-decoration:none;
}

.modernbricksmenu2 a{
text-decoration: none;
float: left;
display: block;
font: bold 12px Verdana;
color: #585858;
margin: 0px 0px 0px 4px; /*Margin between each menu item*/
padding: 0px 0px 0px 12px;
}

.modernbricksmenu2 a:hover{
color: #e98a03;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
color: #e98a03;
text-decoration:none;
}




