@charset "utf-8";
/* CSS Document */
#modernbricksmenu{
	width: 734px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

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

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

#modernbricksmenu a{
	float: left;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 42px;
	padding-bottom: 5px;
	padding-left: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	margin-right: 1px;
	color: #333333;
}

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

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

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