		#modernbricksmenu2{
		padding: 0;
		width: 937px;
    margin-left: 30px;
    margin-top: 32px;
		border-top: 5px solid #862308; /*Brown color theme*/ 
		background: transparent;
    /*background-color:#003D7D ;*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}

		#modernbricksmenu2 ul{
		margin:0;
		margin-left: 35px; /*margin between first menu item and left browser edge*/
		padding: 0;
		list-style: none;
		}

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

		#modernbricksmenu2 a{
		float: left;
		display: block;
		font: bold 11px 'Trebuchet MS',Tahoma;
		color: #fff;
		text-decoration: none;
		margin: 0 1px 0 0; /*Margin between each menu item*/
		padding: 10px 10px;
		/*background-color: #003D7D; /*Brown color theme*/*/
		border-top: 2px solid white;
		height:20px;
		}

		#modernbricksmenu2 a:hover{
		background-color: #D53223; /*Brown color theme*/ 
		color: white;
		}

		#modernbricksmenu2 #current a{ /*currently selected tab*/
		background-color: #F47424; /*Brown color theme*/ 
		color: white;
		border-color: #F47424; /*Brown color theme*/
		height:20px; 
		}

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

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

		#myform .submit{
		font: normal 12px 'Trebuchet MS',Verdana;
		height: 22px;
		border: 1px solid black;
		background-color: lightyellow;
		}
