.path_area {
	width: 520px;
	height: 40px;
	display: inline-block;
	cursor: default;
}

.path_align {
	display: inline-block;
	width: 480px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path_link {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

.path_link:visited {
	color: #999999;
	text-decoration: underline;
}

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

.path_element {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9px;
	color: #666666;
}

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

