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

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

#modernbricksmenu li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: #98B5D3;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #5B89BB;
	border-bottom-color: #B3E7FF;
	background-image: url(menu/three_0.gif);
}

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

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #B3E7FF; /*Brown color theme*/
	border-color: #B3E7FF; /*Brown color theme*/
	color: #4472A3;
	background-image: url(menu/three_1.gif);
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 5px; /*Brown color theme*/
	margin-left: 1px;
}
