div.ihead, div.iheadover {
	padding:0px;
	border:0px solid #ffffff;
	background-repeat: no-repeat;
	height:34px;
	width:92px;
	margin:0px;
}


div.ibody
{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
}

div.bubble
{					
	width:160px;
	height:auto;
	position:absolute;
	left:0px;
	top: 5px;
	margin:0px;
	text-align: left;
	z-index:inherit;
}

div.ibodyover
{
	visibility:visible;
	position:absolute;
	left:0px;
	top:0px;
	color:#666;
	padding:0px;
	font-family:arial,helvetica,verdana,sans-serif;
	border:0px solid #d0e3eb;
	width:160px;
	height:auto;
	cursor:pointer;
}


/* head1 */
div#head1 {
	width:92px;
}
div.ihead#head1 {
	background-image: url(../images/btn01_off.gif);
}

div.iheadover#head1 {
	background-image: url(../images/btn01_on.gif);
}

#head1 {
	background-image: url(../images/btn01_on.gif);
}



/* head2 */
div#head2 {
	width:92px;
}
div.ihead#head2 {
	background-image: url(../images/btn02_off.gif);
}

div.iheadover#head2 {
	background-image: url(../images/btn02_on.gif);
}

#head2 {
	background-image: url(../images/btn02_on.gif);
}




/* head3 */
div#head3 {
	width: 92px;
}
div.ihead#head3 {
	background-image: url(../images/btn03_off.gif);
}

div.iheadover#head3 {
	background-image: url(../images/btn03_on.gif);
}

#head3 {
	background-image: url(../images/btn03_on.gif);
}



/* head4 */
div#head4 {
	width: 92px;
}
div.ihead#head4 {
	background-image: url(../images/btn04_off.gif);
}

div.iheadover#head4 {
	background-image: url(../images/btn04_on.gif);
}

#head4 {
	background-image: url(../images/btn04_on.gif);
}


/* head5 */
div#head5 {
	width: 92px;

}
div.ihead#head5 {
	background-image: url(../images/btn05_off.gif);
}

div.iheadover#head5 {
	background-image: url(../images/btn05_on.gif);
}

#head5 {
	background-image: url(../images/btn05_on.gif);
}


/* head6 */
div#head6 {
	width: 143px;

}
div.ihead#head6 {
	background-image: url(../images/btn06_off.gif);
}

div.iheadover#head6 {
	background-image: url(../images/btn06_on.gif);
}

#head6 {
	background-image: url(../images/btn06_on.gif);
}


/* head7 */
div#head7 {
	width: 143px;
	cursor:pointer;

}
div.ihead#head7 {
	background-image: url(../images/btn07_off.gif);
}

div.iheadover#head7 {
	background-image: url(../images/btn07_on.gif);
}

#head7 {
	background-image: url(../images/btn07_on.gif);
}


