div.content {
    clear: left;
	height:214px;
	width:242px;
	background-image:url(../img/tabBg.jpg);
	position:absolute;
	top:34px;
}
.buyRentInternal div.content {
    clear: left;
	height:214px;
	width:242px;
	background-image:url(../img/tabBgInternal.jpg);
	position:absolute;
	top:34px;
}


div.content.inactive {
	display: none;
}

ol#toc {
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a.buy {
    background-image:url(../img/buy-inactive.jpg);
    color: #008;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
}

ol#toc a.buyInternal {
    background-image:url(../img/buyInactiveInternal.jpg);
    color: #008;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
}

ol#toc a.rent {
    background-image:url(../img/rent-inactive.jpg);
    color: #008;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
}
ol#toc a.rentInternal {
    background-image:url(../img/rentInactiveInternal.jpg);
    color: #008;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
}


ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.buy.active {
	background-image:url(../img/buy.jpg);
    color: #fff;
    font-weight: bold;
}

ol#toc li a.buyInternal.active {
	background-image:url(../img/buyActiveInternal.jpg);
    color: #fff;
    font-weight: bold;
}
ol#toc li a.rentInternal.active {
	background-image:url(../img/rentActiveInternal.jpg);
    color: #fff;
    font-weight: bold;
}

ol#toc li a.rent.active {
	background-image:url(../img/rent.jpg);
    color: #fff;
    font-weight: bold;
}


