
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; 
border-top: 0; 
background: #fff;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
width: 113px;
padding: 5px 11px;
text-decoration: none;
text-align:center;
border-right: 0; /* divider between menu items*/
background: url(http://www.mentalhealthamerica.net/beta/tabcontent_files/bluetab1.gif) center center repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .85em;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	color: #000000 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: url(http://www.mentalhealthamerica.net/beta/tabcontent_files/bluetab2.gif) center center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

