.modernbricksmenu2{
padding: 0px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: 18px arial;
color: #006400;
text-decoration: none;
margin: 0 5px 0 0; /*Margin between each menu item*/
padding: 5px 26px;
background-image: url('colback2.png');
background-repeat: repeat-y;
border-color: #000;
border-width: 1px;
border-style: solid;
boder-bottom:none;
}

.modernbricksmenu2 a:hover{
background-image: url('scmenubar3.png');    
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-image: url('scmenubar3.png');  
color: white;
}
