#menu_top_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	height: 29px;
}

#menu_top_list li.menu_top_item {
	display: list-item;
	float: left;
	height: 29px;
}

#menu_top_list li.active {
}

#menu_top_list li.last {
}

#menu_top_list a {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 29px;
	line-height: 26px;
	text-align: center;
	width: 140px;
	float: left;
}

#menu_top_list a.active {
	color: #cfea64;
	font-weight: bold;
}

#menu_top_list a:visited {
	text-decoration: none;
}

#menu_top_list a:hover {
	text-decoration: underline;
}
