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

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-color: #F1F1F1;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #6E6E6E;
	text-decoration: none; /*navy divider between menu items*/
	width: 156px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #f1f1f1;
	border-left-color: #f1f1f1;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
}

.indentmenu ul li a.selected{
	color: #000000!important;
	width: 156px;
	height: 30px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
	border-bottom-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.indentmenu ul li a:hover {
	float: left;
	color: #000000;
	text-decoration: none; /*navy divider between menu items*/
	width: 156px;
	height: 30px;
	padding-top: 7px;
	vertical-align: middle;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	width: 472px; /*649*/
	margin-bottom: 1em;
	color: #6E6E6E;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
	border-bottom-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.tabcontentstyle .image {
	border: 3px solid #FFFFFF;
}


.tabcontent{
	display:block;
	width: 472px; /*649*/
}

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