.menu
{
	width: 200px;
}

.menu a
{
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 0;
	background-color: #CEDBB5;
}

.menu table, .menu tbody, .menu tr, .menu td
{
	border-collapse: collapse;
}

.menu-item-level-1, .menu-item-level-2
{
	text-indent: 10px;
	width: 200px;
	border-bottom: solid 1px #FFF;
}

.menu-item-level-1
{
	color: #666;
	font-weight: bold;
}

.menu-item-level-2
{
	color: #444;
	font-weight: normal;
	text-indent: 20px;
}

.menu-item-level-1 a:hover, .menu-item-level-2 a:hover
{
	color: #666;
	background-color: #E0E0E0;
}
.menu-item-selected, .menu-item-selected a
{
	color: #FFF;
	background-color: #78A22F;
}