.tabHeadDiv a {blr:expression(this.onFocus=this.blur())}
:focus { -moz-outline-style: none; } /* for Firefox */
.tabHead {
    margin:0px;padding:0px; height:20px;
    margin-bottom:0px;/* ff */
    position:relative;
    z-index:2;
}
* html .tabHead { margin-bottom:-1px; } /* IE6 */
*+html .tabHead { margin-bottom:0px; } /* IE7 */

.tabHead li {
    background-color:#FFF;
    height:20px;
    text-align:center;float:left;display:block;
    margin-right:5px;  width: auto;
	PADDING-LEFT: 5px; PADDING-RIGHT: 5px;
	border:1px solid #88D3E3;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
}


.tabHead li.clean{ border-width: 0px; BACKGROUND: #FFF; width: 2px; }
.tabHead li.hot{border-bottom:1px solid #88D3E3; background-color:#88D3E3 ; color: #FFF}
.tabHead li.hot a:link,.tabHead li.hot a:visited{ color: #000; }

.hidden {
    display: none;
}
.display{
    display: block;
}
.contentDiv{
    position:relative;
    z-index:1;
    border-color: #88D3E3;
    border-style: solid;
    BORDER-width:1px 1px 1px 1px;
    margin:0px;padding:10px; 
}