/* CSS Document */

<style type="text/css">

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: normal 11px Tahoma;
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 1px 0 0;
padding: 0;
text-transform:none;
}

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

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

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #EA1B1B; /*Brown color theme*/ 
border-color: #EA1B1B; /*Brown color theme*/
font-weight:bold; 
}

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

#modernbricksmenu1{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu1 ul{
font: normal 11px Tahoma;
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}


#modernbricksmenu1 li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
text-transform:none;
}

#modernbricksmenu1 a{
float: left;
display: block;
color: white;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 4px 10px;
text-decoration: none;
letter-spacing: 0px;
background-color: #939393; /*Default menu color*/
border-bottom: 1px solid #DED3CF;
}

#modernbricksmenu1 a:hover{
background-color: #EA1B1B; /*Menu hover bgcolor*/
}

#modernbricksmenu1 #current a{ /*currently selected tab*/
background-color: #EA1B1B; /*Brown color theme*/ 
border-color: #EA1B1B; /*Brown color theme*/
font-weight:bold; 
}


#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

</style>
