﻿#content ul
{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#content li + ul
{
	margin: 0 0 0 16px;
}

#content li
{
	list-style: none;
	padding: 0 8px 0 16px;
	margin: 5px 0;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#content a.active
{
	text-decoration: underline;
}

#content a.active:hover
{
	text-decoration: underline;
}

#content a.inactive
{
	text-decoration: underline;
}

#content a.inactive:hover
{
	text-decoration: underline;
}