.menu {
list-style-type: none;
font-size: 0.7em;
}
.menu li {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.menu a {
	color:#747474;
	text-decoration: none;
	height: auto;
	font-weight: bold;
}
.menu a:hover {
	color:#0099FF;
	text-decoration: underline;
}
.menu li ul {
	width: 181px;
}
.menu li li {
	list-style-type: none;
	background-image:url(../images/list-dot.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	height: auto;
}

