.menu
{
	font-weight: bold;
}
.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li a
{
	font-size: 1.3em;
	display: block;
	line-height: 1.5em;
	height: 1.5em;
	color: #666;
	border-bottom: 1px solid #ccc;
	text-indent: 5px;
	text-decoration: none;
}

.menu ul li li a
{
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-indent: 15px;
	text-decoration: none;
}

.menu ul li a:hover
{
	background: #ff0000;
	color: #fff;
}

