#modernbricksmenu{
padding: 0;

background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#logo {
	position: absolute;
	top: 0px;
	/*left: 120px; */
	width: 178px;
	height: 48px;
	
	
}

p{margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-top: 5px;
	
	
}

h3{
	
	
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-size:13px;
	font-weight: bold; 
	color: #666s;
	margin-top:2px;
	
	
}


#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge margin-left: 200px; */
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
font: bold 12px Arial;
}


#menu{
	padding: 2px;
	clear: both;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #0099DD;   /* #77AED5 */
	height:25px;
	BORDER-BOTTOM: #2E6B98 1px solid;
	

}

#menu ul{
font: bold 12px Arial;
margin:5px;
margin-left: 8px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li {
display: inline;
margin: 0 7px 0 0;
/* margin: 2px 2px 5px 5px; */
 padding: 0; 
text-transform:uppercase;
font: bold 13px Arial;
color:#940603;
letter-spacing:0px;
}

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

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

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #0099DD; /*Brown color theme*/ 
border-color: #0099DD; /*Brown color theme*/ 
margin-bottom : 0px;
float: left;
}

#modernbricksmenuline{
clear: both;
width: 100%;
height: 7px;
BORDER-BOTTOM: #2E6B98 1px solid;

}

