
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: 12px georgia;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
padding: 0;

}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
width:126px;
text-decoration: none;
text-align:center;
height:25px;
line-height:25px;
background-color: #86094D; /*Default menu color*/
border-bottom: 1px solid white;
}
#modernbricksmenu li.last a{
width:138px;
margin:0;
}

#modernbricksmenu a:hover{
background-color: #B90C6A; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #B90C6A; /*Brown color theme*/ 
border-color: #B90C6A; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #B90C6A; /*Brown color theme*/ 
}



