/******* MENU *****/

#modernbricksmenu{
padding: 0;
padding-top: 10px;
padding-bottom: 30px;

width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-decoration: none;
}

#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
margin-left: 3px; /*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;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: silver;
color: white;
margin: 0 10px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
/*background-color: #BFD6EF; /*Default menu color*/*/
background: transparent;
/*border-bottom: 1px solid white;*/
}

#modernbricksmenu a:hover{
background-color: Gray; /*Menu hover bgcolor*/
	border-bottom:0px dotted #dc011c;
	background:#101010;

}

#modernbricksmenu #current a{ /*currently selected tab*/
/*background-color: #3B2F7F; */
border-color: #3B2F7F; /*Brown color theme*/ 
background-image: url(../graphic/menu-bg-active.jpg);
background-position: top;
background-repeat: repeat-x;
color: white;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 5px;
background: #000000; /*Brown color theme*/ 
}



