
.modernbricksmenu2{
text-align:left;
padding: 0;
width: 120px;
border-top: 5px solid #74ADED; /*Brown color theme*/ 
border-bottom: 5px solid #74ADED; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.modernbricksmenu2 li{
display:inline;
padding: 0;
/*text-transform:uppercase;*/
}

.modernbricksmenu2 a{
width:100px;
float: right;
display: block;
font: bold 10px Verdana;
color:#666666;
text-decoration: none;

padding: 2px 10px;
background-color: #E3E8EE; /*Brown color theme*/ 
border-top: 2px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #EEEEEE; /*Brown color theme*/ 
color: #000000;
text-decoration:none;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color:#74ADED; /*Brown color theme*/ 
color: white;
border-color: #EEEEEE; /*Brown color theme*/ 
}

