/*****************************************************************************************/
/*** breadcrumb path/ menu ***/
/*****************************************************************************************/

/* Menu Aufzaehlung 1. Ebene */
ul#PathItems {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    
    float: left;
}

ul#Functions 
{
	list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
	float: right;
}


/* Aufzaehlungselement 1. Ebene */
li.PathItem {
    float: left;
    margin-right: 3px; 
}

li.PathItem a {
    display: block;
    color: #a1a1a1;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none; 
    padding-bottom: 3px;
    padding-right: 13px;
    background-image: url(/images/arrow_right.gif);
    background-position:right;
    background-repeat: no-repeat;
}

/* arrow left */
li.PathItemLeft a 
{
    padding-left: 13px;
    padding-right: 0px;
    background-image: url(/images/arrow_left.gif);
    background-position:left;
    margin-right: 6px;
}
/* arrow function */
li.PathItemFunction a 
{
    padding-left: 15px;
    padding-right: 0px;
    background-image: url(/images/arrow_function.gif);
    background-position:left;
    margin-right: 6px;
}

li.PathItem:hover a,
li.PathItem.over a {
    color: #2d2f36;
    background-image: url(/images/arrow_down.gif);
}

/* Aufklappmechanismus */
li.PathItem:hover ul.PathSubItems, 
li.PathItem.over ul.PathSubItems {
    display: block;
    background-image: none; 
}

/* Menu Aufzaehlung 2. Ebene => Pulldown Menue Eintraege */
ul.PathSubItems {
    display: none;
    list-style-type: none; 
    margin: 0px;
    margin-top: -2px;
    padding: 0px; 
    position: absolute; 
    text-align: left;
    z-index: 100;
    min-width: 140px;
    color: #2d2f36;
    border: 1px solid #c0c0c0;
    background-color: #f2f2f2 ! important;
}

li.PathSubItem {
    margin: 0px;
    padding: 0px;
}

li.PathSubItem > a {
    background-image: none ! important;
	color: #000 ! important;
	display: block;
    margin: 0px;
    padding: 6px;
    text-decoration: none;
	line-height:10px;
    font-size: 10px;
}

li.PathSubItem a:hover 
{
	background-color: #d6e5f2;
}

li.newBlock 
{
	border-bottom: 1px solid #c0c0c0;
}
