.tabcontentiframe{
height:600px;}

.indentmenu{
font: bold 12px Arial;
width: 850px; /*leave this value as is in most cases*/
margin:0 auto;
padding-left:46px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
width:110px;
height:24px;
background: url(../images/indentbg.gif) no-repeat;
display: inline;
}

.indentmenu ul li a{
width:110px;
height:18px;
padding-top:6px;
text-align:center;
background: url(../images/indentbg.gif) no-repeat;
float: left;
font-weight:normal;
color: black; /*text color*/
text-decoration: none;
/*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
width:110px;
height:18px;
padding-top: 6px; /*shift text down 1px*/
color: black;
text-align:center;
background: black url(../images/indentbg2.gif) no-repeat;
}
