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

.modernbricksmenu2{
padding: 0px 0px 0px 0px;
width: 602px;
border-bottom: 1px solid #dcd5ce; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.modernbricksmenu2 li{
display: table-cell;
margin: 0px 0px 0px 0px;
padding: 0;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: 13px Arial;
	color: #333333;
	text-decoration: none;
	margin: 0 8px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dcd5ce;
	border-right-color: #dcd5ce;
	border-left-color: #dcd5ce;
}

.modernbricksmenu2 a:hover{
/*background-color: #ffffff; /*Brown color theme*/ */
color: white;
text-decoration:underline;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #dcd5ce; /*Brown color theme*/ 
color: #333333;
border-color: #dcd5ce; /*Brown color theme*/ 
font-weight:bold;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */