.panelbarHeader
{
	font-size: 12px;
	color: black;
	font-family: Verdana,Arial;
	font-weight: bold;
	cursor: none;
	padding: 3px;
	background-color: #fff0b7;
	height: 25px;
	border-right: #FFFADC 1px solid;
	border-top: #FFFADC 1px solid;
	border-left: #FFFADC 1px solid;
	border-bottom: #FFFADC 1px solid;
}

.panelbarHeaderHover
{
	font-size: 12px;
	color: black;
	font-family: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	background-color: #FFF0b7;
	border: 1px solid #fffadc;
	height: 25px;
}

.panelbarHeaderExpand
{
	font-size: 12px;
	color: black;
	font-family: Verdana,Arial;
	height: 25px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	background-color: #FFF0b7;
	border: 1px solid #ffffff;
	border-bottom: 0px;
}

.panelbarItem
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana,Arial;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #FFFADC;
	border: 1px solid #ffffff;
	border-top: 0px;
	text-decoration: none;
	display: block;
	height: 25px;
}
.panelbarItemSelected
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana,Arial;
	width: 100%;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #FFFADC;
	border: 1px solid #ffffff;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	height: 25px;
}

.deneme
{
	font-size: 12px;
	color: black;
	font-family: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	background-color: #fff0b7;
	border-right: #FFFADC 1px solid;
	border-top: #FFFADC 1px solid;
	border-left: #FFFADC 1px solid;
	border-bottom: #FFFADC 1px solid;
	height: 25px;
}
