}
.indentmenu{
	width: 434px; /*leave this value as is in most cases*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(bginactive.jpg);
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #ffffff;
	text-decoration: none; /*navy divider between menu items*/
	width: 101px;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF7EA;
	padding-top: 7px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	color: #351C03!important;
	width: 101px;
	height: 27px;
	background-image: url(bgactive.jpg);
	padding-top: 7px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	width: 434px;
	margin-bottom: 1em;
	background-color: #F4E8D3;
}

.tabcontent{
display:block;
}

@media print {
.tabcontent {
display:block !important;
}
}
.tabcontent li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
}
