.tabcontent {
	DISPLAY: none
}

@media Print    
{
.tabcontent {
	DISPLAY: block! important
}
    }
.modernbricksmenu2 {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: center center; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 301px;
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: transparent; 
	voice-family: inherit;
}
.modernbricksmenu2 A {
	FLOAT: left;
	FONT: 14px Arial;
	COLOR: black;
	TEXT-DECORATION: none;
	background-image: url(../images/tab_menu1.gif);
	height: 30px;
	width: 275px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 30px;
}
.modernbricksmenu2 A:hover {
	COLOR: black;
	background-image: url(../images/tab_menu_hover1.gif);
	height: 30px;
	width: 275px;
	background-repeat: no-repeat;
	text-decoration:none;
}
.modernbricksmenu2 A.selected {
	BORDER-LEFT-COLOR: #d25a0b;
	BORDER-BOTTOM-COLOR: #d25a0b;
	COLOR: black;
	BORDER-TOP-COLOR: #d25a0b;
	BORDER-RIGHT-COLOR: #d25a0b;
	background-image: url(../images/tab_menu_hover1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabcontent {
	DISPLAY: none
}