#modernbricksmenu{
padding: 0;
margin: 0;
width: 100%;
background: #35679A; 
}

#modernbricksmenu ul{
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
font-weight: bold;
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: #fff;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #35679A; /*Default menu color*/
border-bottom: 0px solid #35679A;
}

#modernbricksmenu a:hover{
background-color: #303D43;  /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #BD6A40; /*Brown color theme*/ 
border-color: #BD6A40; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
margin: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #BD6A40; /*Brown color theme*/ 
}

