#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{
font: 13px Arial;
margin:0;
margin-left: 25px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
text-decoration: none;
letter-spacing: 0px;
background-color: #000000; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #C0C0C0; /*Menu hover bgcolor*/
}


#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #C40000; /*Red color theme*/ 
border-color: #C40000; /*Red color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #C40000; /*Red color theme*/ 
}

