<style type="text/css">


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

#modernbricksmenu ul{
	color: #CDBA8D;
	margin:0;
	margin-left: 5px; /*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;
text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 2px 20px;
	text-decoration: none;
	letter-spacing: 1px; /*Default menu color*/
	border-bottom: 2px solid white;
}

#modernbricksmenu a:hover{
	background-color: #993300; /*Menu hover bgcolor*/
	color: #FFFFFF;
}
#modernbricksmenu a:link{
	color: #CDBA8D;
}

#modernbricksmenu a:visited{
	color: #CDBA8D;
}

#modernbricksmenu a:active{
	color: #CCCCCC;

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

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


</style>
