/* style.css */

/* GENERAL PURPOSE */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* LEFT */

.left_menu_entry
{
	font-size: 9px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #4C4C4C;
	height: 16px;
	vertical-align: center;
	cursor: hand;
}

.left_tree
{
	width: 73px;
	height: 17px;
	background: url(gfx/tree.gif);
	cursor: hand;
}

.left_tree_last
{
	width: 73px;
	height: 17px;
	background: url(gfx/tree_last.gif);
	cursor: hand;
}

.left_tree_empty
{
	width: 73px;
	height: 17px;
	background: url(gfx/tree_empty.gif);
}

.left_tree_space
{
	width: 73px;
	height: 10px;
	background: url(gfx/tree_space.gif);
}