/*Main*/

body
{
}

table.main
{
table-layout: none;
table-color: black;
font-family: "arial unicode ms"
} 

p
{
color: black;
font-family: "arial unicode ms";
font-size: 12pt
}

a
{text-decoration: underline;
color: #0000AA;
target: main}

h1,h2,h3,h4,h5,h6
{
color: black;
font-family: arial;
}


/*Navigation Bar*/
#modernbricksmenu2 ul{
margin:0;
margin-left: 130px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black;
border-bottom: 1px solid white; //top or bottom
}

#modernbricksmenu2 a:hover{
background-color: #990033;
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #990033;
color: white;
border-color: #990033;
}

#modernbricksmenu2{
padding: 0;
width: 100%;
border-bottom: 5px solid #990033; //top or bottom
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}