#plugin_navigation #tree
{
	text-align: left;
}

#plugin_navigation #tree li
{
	margin-left: 15px;
	border-left: 1px solid #000000;
}

#plugin_navigation .navigation_spacer
{
	height:15px;
	border: 0;
}

/* ==> SPACER <== */
.spacer { height: 10px; background-image: url(../images/shortcut_spacer.png); margin: 5px 0px 5px 0px; }

/* ==>  SHORTCUTS<==*/
.shortcut { position: relative; text-align: center; line-height: 30px;}
.shortcut a { display: block; width: 100%; text-decoration: none; color: #EEEEEE; }
.shortcut a:hover { background-image: url(../images/shortcut_hover.png); color: #FFFFFF; }
.shortcut span { position: absolute; top: 0px; margin-left: 5px; }
.tree li span img, .tree li form input[type=submit] { margin: 0 5px 0 0; }

