
.indentmenu{
font: bold 14px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*navy border*/
/* background: black url(/images/selected.jpg) center center repeat-x; */
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	background:url(../images/golive_tab.gif) top no-repeat;
	width:105px;
	height:41px;
	display:block;
	float:left;
	line-height:41px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border-right:2px solid #FFF;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	background: white url(../images/golive_tab_selected.gif) top no-repeat;
	width:105px;
	height:41px;
	display:block;
	float:left;
	line-height:41px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border-right:2px solid #FFF;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid black;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
