#menu_bottom_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	padding-top: 4px;
	list-style-type: none;
	display: block;
}

#menu_bottom_list li.menu_bottom_item {
	display: list-item;
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	background-image: url(../images/menuDiv.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#menu_bottom_list li.active {
}

#menu_bottom_list li.last {
	background-image: none;
}

#menu_bottom_list a {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #5b5b5b;
	padding: 4px;
	display: block;
}

#menu_bottom_list a.active {
	background-color: #ffffff;
}

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

#menu_bottom_list a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
