UL {
	WIDTH: 185px;
	padding-left: 10px;
	margin-right: 40px;
	position: absolute;
	left: 5px;
	top: 8px;
	margin-left: 0px;
}
LI {
	LIST-STYLE-TYPE: none;
	display: block;
	text-indent: 5px;
	position: relative;
	left: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.li_base {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
LI A {
	TEXT-DECORATION: none;
	font-family: Verdana;
	font-size: 12px;
	width: 185px;
	display: block;
}
A:link {
	COLOR: #666666;
}
A:visited {
	COLOR: #000000;
}
A:hover {
	COLOR: #FFFFFF;
	background-color: #666666;
}
A:active {
	COLOR: #999999}
