<style type="text/css">

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{

margin:0;
margin-left: 180px; /*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;

}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 6px 6px;
text-decoration: none;

background-color: #c4b1d1; /*Default menu color*/

		font-family: Trebuchet MS, Arial Narrow, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #6e3a90;

		border-top-width: 1px;
		border-right-width: 1px;

		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;

		border-left-style: solid;
		border-top-color: #6e3a90;
		border-right-color: #6e3a90;

		border-left-color: #6e3a90;

}

#modernbricksmenu a:hover{
background-color: #6e3a90; /*Menu hover bgcolor*/
color: #fff;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #6e3a90; /*Brown color theme*/ 
border-color: #6e3a90; /*Brown color theme*/ 
color: #fff;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #6e3a90; /*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;
		font-family: Trebuchet MS, Arial Narrow, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
}

#myform .submit{
		font-family: Trebuchet MS, Arial Narrow, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
height: 22px;
background-color: lightyellow;
}

</style>
