@charset "Shift_JIS";

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{
font-size:10pt;
font-weight:bold;
margin-left: 0px; /*margin between first menu item and left browser edge*/
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0px 2px 0px 0px;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
min-width : 51px;
margin: 0px 1px 0px 0px; /*Margin between each menu item*/
padding: 10px 17px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

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

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

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