@charset "utf-8";

ul {
	list-style-type: none;
	width: 160px;
	margin: auto;
	color: #999999;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #d7dbce;
	border-bottom: #222222 thin;
}

li {
	text-align: left;
	vertical-align: middle;
	height: 25px;
}

li a {
	color: #222222;
	text-decoration: none;
}

li a:hover {
	color: #AEB69C;
	text-decoration: none;
}

TD.top
{
	vertical-align: top;
}