
/* style de menu :  --------------------------------------------------*/

.RadPanelbar_directImmo
{
	margin-top:0px;
	padding: 0px;
	width: 130px !important;
}
/*.RadPanelbar_directImmo .rootGroup .text,
{
	color: black;
}*/
.RadPanelbar_directImmo .rootGroup .link
{
   color: black;
	font: 11pt "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: #009100 1px solid;
	margin: 1px;
}



.RadPanelbar_directImmo .rootGroup .link:hover
{
	color: #009100;
	font: 11pt "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: #009100 1px solid;
	margin: 1px;
}


.RadPanelbar_directImmo .rootGroup .expanded,
.RadPanelbar_directImmo .rootGroup .selected
{
	color: #009100;
	font: 11pt "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: #009100 1px solid;
	margin: 1px;
}
/* style de sousmenu 1er niveau:  --------------------------------------------------*/

.RadPanelbar_directImmo .group .link 
{
	color: black;
	font: 11pt "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: 0px;
	border-bottom: #009100 1px solid;
	margin: 0px;
}

.RadPanelbar_directImmo .group .link:hover
{
	color: #009100;
	font: 11pt "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: 0px;
	border-bottom: #009100 1px solid;
	margin: 0px;
}

.RadPanelbar_directImmo .group .expanded,
.RadPanelbar_directImmo .group .selected
{
	color: #009100;
	font: 11pt "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	width:130px;
	height:auto;
	border: 0px;
	border-bottom: #009100 1px solid;
	margin: 0px;
}

.RadPanelbar_directImmo .rootGroup .disabled:hover,
.RadPanelbar_directImmo .disabled .text
{
	 background-color: Aqua;
}

.RadPanelbar_directImmo .rootGroup .group .disabled:hover,
.RadPanelbar_directImmo .rootGroup .group .disabled .text
{
	background-color: Aqua;
}






