
/* style de menu :  --------------------------------------------------*/

.RadPanelbar_Immobref
{
	margin-top:0px;
	padding: 0px;
	width: 176px !important;
}
.RadPanelbar_Immobref .rootGroup .text,
.RadPanelbar_Immobref .rootGroup .text:hover
{
margin-left: 9px;
}
.RadPanelbar_Immobref .rootGroup .link
{
   color: #465b66;
	font: 8pt arial;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	width:176px;
	height:auto;	
	background-image: url(Img/menu.gif);
	background-repeat: repeat-y;
	border-top: #d3d3dd 1px solid;
	border-bottom: #d3d3dd 1px solid;
	margin: 0px;
}



.RadPanelbar_Immobref .rootGroup .link:hover
{
	color: #697f8b;
	font: 8pt arial;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	width:176px;
	height:auto;	
	background-image: url(Img/menuOn.gif);
	background-repeat: repeat-y;
	border-top: #d3d3dd 1px solid;
	border-bottom: #d3d3dd 1px solid;
	margin: 0px;
}


.RadPanelbar_Immobref .rootGroup .expanded,
.RadPanelbar_Immobref .rootGroup .selected
{
	color: #697f8b;
	font: 8pt arial;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	width:176px;
	height:auto;	
	background-image: url(Img/menuOn.gif);
	background-repeat: repeat-y;
	border-top: #d3d3dd 1px solid;
	border-bottom: #d3d3dd 1px solid;
	margin: 0px;
}



/* style de sousmenu 1er niveau:  --------------------------------------------------*/
.RadPanelbar_Immobref .group .text,
.RadPanelbar_Immobref .group .text:hover
{
   margin-left:0px;
}
.RadPanelbar_Immobref .group .link 
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	cursor:pointer;
	height:auto;
	background-image: url(Img/pouce_menuOn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 0px;
	border-bottom: 0px;
	margin-left:10px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
}

.RadPanelbar_Immobref .group .link:hover
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	cursor:pointer;
	height:auto;
	background-image: url(Img/pouce_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 0px;
	border-bottom: 0px;
	margin-left:10px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
}


.RadPanelbar_Immobref .group .selected
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	cursor:pointer;
	height:auto;
	background-image: url(Img/pouce_menu.gif);
	background-repeat: no-repeat;
	background-position:left center;
	border-top: 0px;
	border-bottom: 0px;
	margin-left:10px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
}

/* style de sousmenu 2em niveau:  --------------------------------------------------*/
.RadPanelbar_Immobref .level1 .group .text,
.RadPanelbar_Immobref .level1 .group .text:hover
{
   margin-left:0px;
}
.RadPanelbar_Immobref .level1 .group .link 
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	background-image: url(Img/miniPouce_On.gif);
	background-repeat: no-repeat;
	background-position:left center;
	cursor:pointer;
	height:auto;
	border-top: #d3d3dd 1px solid;
	border-bottom: 0px;
	margin-left:18px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
	width:164px;
}

.RadPanelbar_Immobref .level1 .group .link:hover
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	background-image: url(Img/miniPouce.gif);
	background-repeat: no-repeat;
	background-position:left center;
	cursor:pointer;
	height:auto;
	border-top: #d3d3dd 1px solid;
	border-bottom: 0px;
	margin-left:18px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
	width:164px;
}


.RadPanelbar_Immobref .level1 .group .selected
{
	font: 8pt arial;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	color: #647279;
	background-image: url(Img/miniPouce.gif);
	background-repeat: no-repeat;
	background-position:left center;
	cursor:pointer;
	height:auto;
	border-top:#d3d3dd 1px solid;
	border-bottom: 0px;
	margin-left:18px;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:1px;
	width:164px;
}




.RadPanelbar_Immobref .rootGroup .disabled:hover,
.RadPanelbar_Immobref .disabled .text
{
	 background-color: Aqua;
}

.RadPanelbar_Immobref .rootGroup .group .disabled:hover,
.RadPanelbar_Immobref .rootGroup .group .disabled .text
{
	background-color: Aqua;
}



