<style type="text/css">

#modernbrickSidesmenu2{
padding: 0;
width: 200px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksSidemenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
margin-Right: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksSidemenu2 li{
	display: inline;
	padding: 155px;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#modernbricksSidemenu2 a{
	float: left;
	display: block;
	color: #2E3192;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 5px;
	width: 156px;
	background-color: #FFFFFF; /*Brown color theme*/
	border-top: 1px solid white;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}


#modernbricksSidemenu2 a:hover{
	background-color: #CCCCCC; /*Brown color theme*/
	color: #2E3192;
}

#modernbricksSidemenu2 #current a{ /*currently selected tab*/
background-color: #FE0000; /*Brown color theme*/ 
color: white;
border-color: #FE0000; /*Brown color theme*/ 
}

#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 Verdana;
height: 22px;
border: 1px solid black;
background-color: lightyellow;
}

</style>

