.path_table {
	width: 630px;
	table-layout: fixed;
	height: 42px;
}

.path_area {
	width: 630px;
	height: 42px;
	display: block;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #869c26;
	line-height: 40px;
	width: 630px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path_link {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6b8011;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path_link:visited {
	color: #6b8011;
	text-decoration: none;
}

.path_link:hover {
	color: #6b8011;
	text-decoration: none;
}

.path_element {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #869c26;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path_elementLast {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #869c26;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path_separator {
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
}

