body{
background: #000000
}

table.main{
background: #bdbfb0
}

table.item{
background: #666666
}

/*------------------------------------------------------------------------------*/

#modernbricksmenu{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 10px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
margin-right: 0px;
padding: 1px;
list-style: none;
}

#modernbricksmenu li{
display: inline;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float:left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #ffd100; /*Menu hover bgcolor*/
color: black;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #ffd100; /*Brown color theme*/ 
border-color: #ffd100; /*Brown #8e340c color theme*/ 
}

#modernbricksmenuline{
clear: both;
display:block;
height: 5px;
margin-left: 0px;
margin-bottom: 0px;
background: #878383; /*Grey color theme*/ 
}

#modernbricksmenuline3{
height: 5px;
background: #878383; /*Grey color theme*/ 
margin-top: -3px;
}


/*------------------------------------------------------------------------------*/
