.tabbedPane_space_l { width:25px; height:25px; }
.tabbedPane_space_r { width:25px; height:25px; }
.tabbedPane_tl {background-image:url("../images/tl.gif"); width:25px; height:50px; }
.tabbedPane_t {background-image:url("../images/t.gif"); width:100%; height:50px; }
.tabbedPane_tr {background-image:url("../images/tr.gif"); width:25px; height:50px; }
.tabbedPane_l {background-image:url("../images/l.gif"); width:25px; height:100%; }
.tabbedPane_c {background:#FFFFFF;}
.tabbedPane_r {background-image:url("../images/r.gif"); width:25px; height:100%; }
.tabbedPane_bl {background-image:url("../images/bl.gif");  width:25px; height:25px; }
.tabbedPane_b {background-image:url("../images/b.gif" ); width:100%; height:25px; }
.tabbedPane_br {background-image:url("../images/br.gif" ); width:25px; height:25px; }

.tabbedPane_menuItem_unselected{
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	background:  url("../images/inactive_button.gif") top left no-repeat;
}

.tabbedPane_menuItem_selected{
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	background:  url("../images/active_button.gif") top left no-repeat;
}

.tabbedPane_menuItem_unselected:hover{
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#6D82CC;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	background:  url("../images/inactive_button.gif") top left no-repeat;
}
