.indentmenu{
font: bold 14px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;
background-image:url(images/tab2.gif);
background-repeat:no-repeat;
}

.indentmenu ul li a{
float: left;
color: #FFF; /*text color*/
text-decoration: none;
background-image:url(images/tab2.gif);
background-repeat:no-repeat;
width:170px;
height:60px;
text-align:center;
padding-top:20px;
}

.indentmenu ul li a:visited{
color: white;
background-image:url(images/tab2.gif);
background-repeat:no-repeat;
}

.indentmenu ul li a.selected{
color:#FFF !important;
background-image:url(images/tab2_ov.gif);
background-repeat:no-repeat;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
font-size:18px;
font-family: Arial;
line-height:30px;
}



#diabetes1
{
	background-image:url(images/stroke_banner_2.jpg);
	background-repeat:no-repeat;
	width:491px;
	height:87px;
	padding-left:25px;
	padding-top:55px;
}

#diabetes2
{
	background-image:url(images/stroke_banner_3.jpg);
	background-repeat:no-repeat;
	width:491px;
	height:87px;
	padding-left:25px;
	padding-top:55px;
}

#diabetes3
{
	background-image:url(images/stroke_banner_1.jpg);
	background-repeat:no-repeat;
	width:491px;
	height:87px;
	padding-left:25px;
	padding-top:55px;
}

#diabetes4
{
	background-image:url(images/management_banner.jpg);
	background-repeat:no-repeat;
	width:491px;
	height:87px;
	padding-left:25px;
	padding-top:55px;
}

#tabs
{
	height:70px;
}

@media print {
.tabcontent {
display:block !important;
}
}