.indentmenu{
font: 11px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
    float:left;
	background:url("img/tab_right.gif") no-repeat right top;
    margin:0;
    padding:0;
	list-style:none;
}

.indentmenu ul li a {
	color:#FFF !important;
	font-weight:normal;
    display:block;
	background:url("img/tab_left.gif") no-repeat left top;
    padding:5px 15px;
	text-decoration:none;
}

.indentmenu ul li a:hover {color:#CCCCCC; font-weight:normal;}

/*.indentmenu ul li a:visited{
color: white;
}*/

.indentmenu ul li a.selected {
color: #000000 !important;
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 4px;
background:url("img/tab_on.gif");
background-color:#ebebeb;
border-left:1px solid #dcdcdc;
border-right:1px solid #dcdcdc;
border-top:1px solid #dcdcdc;
font-weight:normal;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}