/* thanks squidfingers */
ul#menu {
	width: 180px;
	list-style-type: none;
	border-top: dotted 1px silver;
	margin: 0 0 30px 0;
	padding: 0;
}
ul#menu li, 
ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 11px;
}
ul#menu li {
	border-bottom: dotted 1px #e9e9e9;
	line-height: 15px;
}

ul#menu a:link, ul#menu a:visited {
	color: red;
	text-decoration: none;
	outline: none;
}
ul#menu a:hover {
	color: black;
}
ul#menu a.active {
	color: black;
	font-weight: bold;
}

