.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #FF7300; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
width:975px; margin:0 auto; height:25px;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 3px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font-size:11px;
font-weight:normal;
color: white;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 2px solid #2F3237;
}

.modernbricksmenu2 a:hover{
background-color: #FF7300; /*Brown color theme*/ 
color: black;
border-top: 2px solid #2F3237;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #FF7300; /*Brown color theme*/ 
color: white;
border-color: #FF7300; /*Brown color theme*/ 
}

.modernbricksmenu2 a.unselected{ /*currently selected tab*/
background-color: #000; /*Brown color theme*/ 
color: white;
border-top: 2px solid #2F3237;
}

