@charset "utf-8";
/* CSS Document */

.class1{
	border-width:0px;
	text-align:center;
	color:#000000;
	background-color:#E17100;
	font-size:12pt;
	cursor:hand;
	letter-spacing:-1px;
	text-align:center;
}
.t1 {
		margin-left:1em;
}
.menu_off{
	border-width:1px;
	text-align:center;
	color:#C8CC98;
	background-color:#660000;
	font-size:12pt;
	font:SimSun;
	font-weight:bold;
	cursor:hand;
	letter-spacing:-1.5px;
	text-align:center;
}
.menu_on{
	border-width:1px;
	border-style:inset;
	text-align:center;
	color:#E17100;
	background-color:#000000;
	font-size:12pt;
	letter-spacing:-1px;
	text-align:center;
}
.title0 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_bg{
	background-color:#000000;
}
table{
	table-layout:fixed;
}


#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
text-transform:uppercase; 
font-size:14px;
}

#modernbricksmenu a{
float: left;
display: block;
color: #E17100;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #770000;	/*002888;	/* black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #002888;	/*#D25A0B; /*Brown color theme*/ 
border-color: #002888;	/*#D25A0B; /*Brown color theme*/ 
color: #8C0000;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: #002888;	/*#D25A0B; /*Brown color theme*/ 
}



