ul.sidebar, .sidebar ul
{
    margin: 0;
	padding: 0;
	width: 200px;
	font: 12px arial, sans-serif;
    list-style: none;

    width: 200px;
}

ul.sidebar a
{
    background: white;
    color: #99a651;
    display: block;
    font-weight: bold;
    text-align: right;
    height: 20px;
    line-height: 20px;
    padding: 1px 4px 1px 1px;
    text-decoration: none;
}

ul.sidebar ul a
{
	background : white;
	color : #555555;
	font-weight : bold;
	text-decoration: none;
	border: 0;
	padding: 1px 4px 1px 1px;
	height: 20px;
	line-height: 20px;
}

ul.sidebar ul a:hover
{
	background : #99a651;
	text-decoration: underline;
	color : white;
	text-decoration: none;
}

ul.sidebar ul a.selected
{
	background : #555555;
	text-decoration: underline;
	color : white;
	text-decoration: none;
}
