.ifxFollowMeTab {
    position: relative;
    height: 22px;
    overflow: hidden;
    /*background: url(submenutab_bg.gif) repeat-x bottom;*/ background-color: #a1a1a1;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 8pt;
}
/* Force the list to flow horizontally */
.ifxFollowMeTab li {
    float: left;
    list-style: none;
    text-align:center;
    cursor: pointer;
}
/* The Indicator Image. */
.ifxFollowMeTab li.back {
    background: url("arrow.gif") no-repeat top center;
    z-index: 10;
    position: absolute;
    bottom: 0px;
    height: 5px;
}
.ifxFollowMeTab li.back .left 
{
    height: 5px;
}

.ifxFollowMeTab li.active
{
    color: #fff;
    font-weight: bold;
}

.ifxFollowMeTabContent {
    margin: 10px; 
}
	
.ifxFollowMeTabContent div {
    display: none;
}