.modernbricksmenu2 {
	padding: 0;
	width: 362px;
	border-top: 5px solid #D25A0B; /*Brown color theme*/ 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

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

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

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

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

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.glowingtabs{
	float:left;
	width:100%;
	line-height:normal; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
	list-style-type: none;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.glowingtabs a{
	float:left;
	margin-right: 2px;
	text-decoration:none;
	background-image: url(../images/des-tab-lft-crv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}

.glowingtabs a span{
	float:left;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	background-image: url(../images/des-tab-rgt-crv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #FFFFFF;
}

.glowingtabs a.current{ /*Selected Tab style*/
	background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

.glowingtabs a.current span{ /*Selected Tab style*/
	background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

.glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

.tabcontainer{
	clear: left;
	width:95%; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

/*.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}*/
