.modernbricksmenu2{
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #02A3CF;
	margin: 0px;
	padding: 0;
	width: 427px;
}

.modernbricksmenu2 ul{
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.modernbricksmenu2 li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 2;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
}

.modernbricksmenu2 a:hover{
background-color: #02A3CF; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #02A3CF; /*Brown color theme*/
	color: white; /*Brown color theme*/
	border-top-color: #02A3CF;
	border-right-color: #02A3CF;
	border-bottom-color: #02A3CF;
	border-left-color: #02A3CF;
}
