/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

#modernbricksmenu ul{
font: bold 13px Arial, Helvetica, sans-serif;
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

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

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
text-decoration: none;
letter-spacing: 0px;
text-indent: 3.5px;
background-color: 3576B3; /*Default menu color*/

border-bottom: 0px #4498B3;
}

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

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: 2C9FEF; /*Brown color theme*/ 
border-color: #73BF06; /*Brown color theme*/ 
border-bottom: 0px solid white;
}

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

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

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

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

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

#myform2.textinput{
width: 180px;
border: 2px solid 666666;
color:#666666
}

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



</style>
