.v_scrollbar
{
    position: absolute;
	width: 12px;
	display: none;
	background-color: #23751a;
}
.scrollbar_arrow_up
{
	position: absolute;
	top: -16px;
	width: 12px;
	height: 12px;
}
.scrollbar_arrow_down
{
	position: absolute;
	top: 284px;
	width: 12px;
	height: 12px;
}
.scrollbar_thumb
{
	position: absolute;
	top: 0px;
	width: 12px;
	height: 16px;
	background-color: #3e9e36;
}
.submenubar
{
	background-color: #23751a;
}
.green_text
{
	color: #3e9e36;
}
.green_text a
{
	color: #3e9e36;
	text-decoration: none;
}