
/* - navtree.css - */
@media screen {
/*
** Plone style sheet - Invisible and accessibility-related elements.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


/* New navtree styles */

.portletNavigationTree {
	margin: 0;
    padding: 0; 
    list-style: none !important;
    list-style-image: none !important; 
}
.navTree {
    list-style: none; 
    list-style-image: none; 
}
.navTree li {
}
.navTreeItem {
    display: block;
    padding: 4px 0 4px 8px;
    margin: 0;
	background-image: url(../_d/common/bg-navTreeLevel0.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}
.navTreeItem.navTreeItemInPath {
	background-image: url(../_d/common/bg-navTreeLevel0-on.gif);
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
    text-decoration: none;
	color: #6b7b51;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
	text-decoration: underline;
	color: #6b7b51;
}
.navTreeCurrentItem {
	color: #386c00 !important;
}
li.navTreeCurrentItem {
    display: block;
    padding: 0 0 0 1px;
    margin: 0 0 2px -1px;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
    display: block;
}

/* Another workaround for broken Internet Explorer */
* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}

.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 0;}
.navTreeLevel2 { margin-left: 0; }
.navTreeLevel3 { margin-left: 0; }
.navTreeLevel4 { margin-left: 0; }
.navTreeLevel5 { margin-left: 0; }

/*  */

.portletNavigationHeader {
	margin: 0 !important;
    padding: 8px 3px 8px 12px;
	background-image: url(../_d/common/bg-portletNavigationHeader.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: White;
	list-style: none;
}
.portletNavigationHeader a {
	color: White !important;
	text-decoration: none;
}
.portletNavigationHeader a:hover {
	text-decoration: underline;
}

.portletNavigationItem {
    margin: 8px 0 0 12px;
    padding: 0;
}



}

