.bhtabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	font: normal 11px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bhtabs li{
display: inline;
margin: 0;
font-weight:normal;
}

.bhtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #2d2b2b;
/* background: white url(../images/shade.gif) top left repeat-x; */
background-color:#f3eadb;
}

.bhtabs li a:visited{
color: #2d2b2b;
}

.bhtabs li a:hover{
text-decoration: none;
color: #881F33;
}

.bhtabs li a.selected{ /*selected main tab style */
/* position: relative;
   top: 1px; */
}

.bhtabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
font-weight:bold;
color:#881F33;
}

.bhtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#bhtabwindow {
	border:1px solid #cccccc;
	width:530px;
	padding: 10px;
	font-size: 12px;
}

@media print {
.tabcontent {
display:block !important;
}
}
