/* ALL lists */
div#objmenupath {
	padding:0;
	margin:0;
	border:0;
	background-color:transparent;
}
div#objmenupath ul {
	list-style: none;
	line-height:1.5em;
	margin:0;
	padding:.3em 0 .3em 0;
	background-color:transparent;
width:100%;
min-height:1.5em;
}
#objmenupath ul li {
	position : relative;
	float : left;
	background-color:transparent;
color:#990000;
}
#objmenupath a {
/*display: block;*/
	padding : .2em .4em;
	font-size: 1em;
	text-decoration : none;
color:#990000;
}
#objmenupath a:hover {
color:silver;
	text-decoration : underline;
}
#objmenupath li.cur {
	padding-left :.4em;
	font-weight:bolder;
color:gray;
}
#objmenupath a:focus {
}
#objmenupath li:hover {
}
