.tejalist-content {
	border-left: 1px solid #108233;
	border-right: 1px solid #108233;
	border-bottom: 1px solid #108233;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: black;
	display: none;
}

.tejalist-level-1 .tejalist-content {
	margin-left: 6px;
}

.tejalist-content-empty {
	border: none;
	text-align: center;
	height: 30px;
	overflow: hidden;
	padding-top: 13px;
}

.tejalist-button {
	display: block;
	width: 97%;
	height: 20px;
	overflow: hidden;
	margin-bottom: 2px;
	color: black;
	padding-left: 4px;
	padding-top: 3px;
	text-decoration: none;
}

.tejalist-button-parent {
	font-weight: bold;
	background: url('arrow.gif') no-repeat right center;
}

.tejalist-button-gap {
	height: 2px;
	overflow: hidden;
}

.tejalist-active {
	display: block;
}

/*
	Levels
*/

.tejalist-level-1 {
	background-color: #108233;
}
.tejalist-level-2 {
	background-color: #1D9843;
}
.tejalist-level-3 {
	background-color: #29AA51;
}
.tejalist-level-4 {
	background-color: #32B65A;
}
.tejalist-level-5 {
	background-color: #39BE62;
}

.tejalist-level-1 .tejalist-content {
	border-left: 1px solid #108233;
	border-right: 1px solid #108233;
	border-bottom: 1px solid #108233;
}

.tejalist-level-2 .tejalist-content {
	border-left: 1px solid #1D9843;
	border-right: 1px solid #1D9843;
	border-bottom: 1px solid #1D9843;
}


.tejalist-active-button {
	background-color: #94908C;
}