/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0 0 0 0;
	width: 540px;
	border-top: 3px solid #dadada; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
	margin-left: 0px;
}

.modernbricksmenu2 ul{
	margin:0; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	text-align: center;
	margin-left: 0px;
}

.modernbricksmenu2 li{
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #000000;
	text-decoration: none;
	margin: 0 auto 0 auto; /*Margin between each menu item*/
	padding:3px 3px;
	background-color: black;
}

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

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #dadada; /*Brown color theme*/
	color: white;
	border-color: #872A33; /*Brown color theme*/
}
#servicetabs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#servicedivcontainer {
	width: 520px;
}

