.dropdown-inactive{
	position: relative;
	float: left;
	display: flex;
}

.dropdown-active{
	position: relative;
	float: left;
}

.dropdown-inactive .dropdown-expander{
	width: 100px;
	height: 21px;
	text-decoration: none;
	display: block;
	background-image: url("/javax.faces.resource/images/siteexplorer.gif.xhtml");
	background-position: 0 0;
}

.dropdown-inactive .dropdown-expander:hover{
	width: 100px;
	height: 21px;
	text-decoration: none;
	display: block;
	background-image: url("/javax.faces.resource/images/siteexplorer.gif.xhtml");
	background-position: 0 -21px;
}

.dropdown-active .dropdown-expander{
	width: 70px;
	height: 21px;
	text-decoration: none;
	display: block;
	background-image: url("/javax.faces.resource/images/siteexplorer.gif.xhtml");
	background-position: 0 -42px;
}

.dropdown-active .dropdown-expander:hover{
	width: 100px;
	height: 21px;
	text-decoration: none;
	display: block;
	background-image: url("/javax.faces.resource/images/siteexplorer.gif.xhtml");
	background-position: 0 -63px;
}


.dropdown-inactive .dropdown-expand{
	width: 110px;
	height: 21px;
	text-decoration: none;
	display: block;
/* 	color: #FFFFFF; */
    font-family: Siemens Slab;
    font-size: 14px;
    line-height: 20px;
/*     background: url("/javax.faces.resource/images/icon-folder-collapsed_fff.gif.xhtml") no-repeat scroll 8px 5px transparent; */
    padding-left: 20px;
}

.dropdown-inactive .dropdown-expand:hover {
	width: 70px;
	height: 21px;
	text-decoration: none;
	display: block;
	color: #333333;
    font-family: Siemens Slab;
    font-size: 14px;
    line-height: 20px;
/*     background: url("/javax.faces.resource/images/icon-folder-expanded_333.gif.xhtml") no-repeat scroll 6px 8px transparent; */
    padding-left: 20px;
}

.dropdown-active>.dropdown-expand {
	width: 70px;
	height: 21px;
	text-decoration: none;
	display: block;
	color: #333333;
    font-family: Siemens Slab;
    font-size: 12px;
    line-height: 20px;
    background: #EEEEEE;
    padding-left: 20px;
}

.dropdown-active>.dropdown-expand:hover {
	width: 70px;
	height: 21px;
	text-decoration: none;
	display: block;
	color: #333333;
    font-family: Siemens Slab;
    font-size: 12px;
    line-height: 20px;
    background: #EEEEEE;
    padding-left: 20px;
}


.dropdown-layer{
	position: absolute;
	top: 21px;
	left: 0;
/* 	width: 321px; */
	border-color: #FFFFFF;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 1px;
	background: none repeat scroll 0 0 #EEEEEE;
	z-index: 99999;
}

.dropdown-close{
	/* background: none repeat scroll 0 0 #FFFFFF; */
	float: right;
	height: 20px;
	padding: 2px 0 0;
	width: 18px;
}

.dropdown-close a{
	display: block;
	height: 18px;
	margin: 0 0 0 5px;
	width: 18px;
	/* background-image: url("/javax.faces.resource/images/icon-tb-layer-close.gif.xhtml"); */
}

.dropdown-layer ul{
	padding: 21px 48px 16px 10px;
	list-style-type: none;
}

.dropdown-layer li{
	margin: 0 0 4px;
	padding: 2px 0 9px;
	border-bottom-color: #AFB4BE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 16px;
	float: none !important;
}

.dropdown-layer li a{
	color: #666666;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	padding-left: 13px;
	font-weight: bold;
}

.dropdown-layer li a:hover{
	
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	padding-left: 13px;
	font-weight: bold;
}

.dropdown-active .dropdown-layer{
	display: block;
}

.dropdown-inactive .dropdown-layer{
	display: none;
}

.dropdown-layer a.dropdown-collapsed{
	background: url("/javax.faces.resource/icons/arrow_D_right.gif.xhtml") no-repeat scroll 2px 2px transparent;
}

.dropdown-layer a.dropdown-expanded{
	background: url("/javax.faces.resource/icons/arrow_D_down.gif.xhtml") no-repeat scroll 0 5px transparent;
}

.dropdown-layer a.page{
	background: url("/javax.faces.resource/icons/arrow_B_right.gif.xhtml") no-repeat scroll 2px 2px transparent;
}

.dropdown-layer ul ul{
	padding: 0 0 0 11px;
}

.dropdown-layer li.dropdown-collapsed ul{
	display: none;
}

.dropdown-layer li li{
	border-bottom-width: 0 !important;
	padding: 2px 0 0px;
}