.tabheader .close {
  background: #F8F8FF;
}

.tabheader .open {
  font-weight:bold;
  background-color: #B4C0AA;
}

.tabheader a:hover {
	/*background-color: #F8F8FF;*/
	text-decoration: none;
}

/* left-navigation */
.navtext {
	text-align:left;
	width:200px;
	/*height:150px;*/
	font:9pt sans-serif;
	layer-background-color:white;
	color:black;
	/*background: url(../image/btp.gif);*/
	background-color: #CCCCCC;
}

.navtext div.top{
	padding: 20px 8px 0;
    background: url(../image/popup.gif) no-repeat top
}
.navtext div.bottom{
	padding:3px 8px 15px;
    background: url(../image/bt.gif) no-repeat bottom
}

.navindex {
	text-align:center;
	width:280px;
	height:280px;
	font:9pt sans-serif;
	font-weight:bold;
	layer-background-color:white;
	color:black;
	background-color: #FFFFFF;
}

.popupIdx {
	position: absolute;
	width: 280px;
	font-weight:bold;
	background-color: #F5F5F5;
	z-index: 1;
	visibility: hidden;
}

.popupTxt {
	position: absolute;
	width: 200px;
	font-weight:bold;
	background-color: #F5F5F5;
	z-index: 2;
	visibility: hidden;
}