#menu {
	float: left;
	width: 160px;
	margin: 0 0 0 40px;
	color: #000;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
}

#menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	color: #00ffff;
	text-decoration: none;
	border-bottom: 1px #ddd dotted;
}

#menu li a:hover {
	color: #ff9900;
	text-indent: 14px;
	font-weight: bold;
	background: url(/i/3089menu_arrow.gif) left no-repeat;
}

