/* CSS Document */

<style type="text/css">


#modernbricksmenu2{
padding-right: 10;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
border-top: 1px solid #ff0000;
}

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

#modernbricksmenu2 a{
float: left;
display: block;
color: #ff9999;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
font-weight:bold;
letter-spacing: 0px;
background-color:#ffffff; /*Default menu color*/
border-bottom: 0px solid #ff0000;
}

#modernbricksmenu2 a:hover{
background-color: #ffffff; /*Menu hover bgcolor*/
color:#ff0000;
font-weight:bold;
border-bottom: 0px solid #ff0000;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color:#ffffff; /*Brown color theme*/ 
border: 0px solid #ffffff;
border-color: #ffffff; /*Brown color theme*/ 
color:#ff0000;
font-weight:bold;
border-bottom: 1px solid #ffffff;
}

#modernbricksmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: #cccccc; /*Brown color theme*/ 
}

#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>
