


.indentmenu{
font: bold 13px Arial;
width: 630px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0px;
padding: 0px;
display:inline
}

.indentmenu ul li{
display: inline;
padding:0px; margin:0px;
text-align:center;
}

.indentmenu ul li a{
float: left;
color: #1b6e7b; /*text color*/
padding: 13px 11px;
text-decoration: none;
background: url(images/property/btn-resident-off.gif) center center no-repeat;
width:131px;
height:32px;
cursor:hand;
}

.indentmenu ul li a:visited{
color: #1b6e7b;
}

.indentmenu ul li a.selected{
color: #FFFFFF;
padding: 13px 11px;
background: url(images/property/btn-resident-on.gif) center center no-repeat;
width:122px;
height:32px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 630px;
padding: 10px;
}

.tabcontent{
display:none;
}