/*********************************************************************/
/* Lakeland Panelbarmenu Skin									         */							
/*********************************************************************/

.LEpanelbar							{ width: 310px;
									  text-align: left;
									  padding-top: 5px;
									  padding-bottom: 5px;
									  border-bottom: solid 7px #01467f;
									  background: #2374bd url("images/LNav_bg.jpg") bottom left repeat-x; 
									}
									
.LEpanelbar .rpOut					{ border: 0px;}

.LEpanelbar .rpFocused .rpOut, 
.LEpanelbar .rpLink:hover .rpOut, 
.LEpanelbar .rpSelected .rpOut, 
.LEpanelbar .rpSelected:hover .rpOut{ padding-bottom: 0px;}

/*rpRootGroup -------------------------------------------------------*/

.LEpanelbar ul.rpRootGroup			{ border: 0px;
									  padding: 0px;
									}

.LEpanelbar .rpRootGroup .rpLink	{ text-decoration: none;								  
									  border: 0px;
									  background-color: transparent;
									  background-image: none;
									}

.LEpanelbar .rpRootGroup .rpLink:hover 
									{  border: 0px;	}	/*Fix-IE6 */								
																		
.LEpanelbar .rpRootGroup .rpLink .rpText
									{ font: normal normal 12px Arial, Verdana, Sans-serif;
									  color: #fff;									  
									  padding: 7px 0px 7px 10px;
									  margin: 0px 20px 0px 23px;
									  border-top: solid 1px #619acc;
									  background-color: transparent;
									  background-image: none;
									}									

.LEpanelbar .rpRootGroup .rpLink:hover .rpText	
									{ color: #fff; 
									  background: transparent url("images/HNav_rpRootGroup_hover.gif") left center no-repeat;	
									}
																		
.LEpanelbar .rpRootGroup .rpExpandable .rpText /*rpRootGroup Expandable*/
									{ background: transparent; }

.LEpanelbar .rpRootGroup .rpExpanded .rpText /*rpRootGroup Expand*/
									{ color: #fff;
									  background: transparent url("images/HNav_rpRootGroup_hover.gif") left center no-repeat;
									}	

.LEpanelbar .rpRootGroup .rpSelected .rpText
									{ color: #fff; 
									  font-weight: normal;
									  background-color: transparent;
									}


.LEpanelbar .rpRootGroup .rpFirst .rpLink,
.LEpanelbar .rpRootGroup .rpFirst .rpLink:hover, 
.LEpanelbar .rpRootGroup .rpFirst .rpLink .rpText		
									{ border: 0px;}

																										
/*rpGroup ----------------------------------------------------------*/

.LEpanelbar .rpGroup				{ overflow-x: hidden;
									  overflow-y: auto;
									  padding-left: 20px;
									  background-color: transparent;
									}

.LEpanelbar .rpGroup .rpLink .rpText
									{ font: normal normal 11px Arial, Verdana, Sans-serif;
									  color: #fff;									  
									  border: 0px;
									}

.LEpanelbar .rpGroup .rpLink,
.LEpanelbar .rpGroup .rpLink:visited	
									{ color: #fff;									  
									  border-bottom: 0px;					
									  text-decoration: none;		  
									  background: transparent url("images/HNav_arrowRight.gif") no-repeat 20px 12px;	
									}
.LEpanelbar .rpGroup .rpLink:hover	
									{ text-decoration: none; border-bottom: 0px;
									  background: transparent url("images/HNav_arrowRight.gif") no-repeat 20px 12px;
									}	
									
.LEpanelbar .rpGroup .rpLink:hover .rpText	
									{ color: #95ccfc;
									  background-image: none;
									}

.LEpanelbar .rpGroup .rpLink .rpOut { background-color: transparent;
									  background-image: none; }

.LEpanelbar .rpGroup .rpExpandable .rpText
									{ background: transparent;}

.LEpanelbar .rpGroup .rpExpanded .rpText /*rpGroup Level expand*/
									{ color: #95ccfc;
									  font-weight: normal;
									  background: transparent url("images/sake_arrow_white_s.gif") no-repeat 30px 9px;	 
									}

.LEpanelbar .rpGroup .rpSelected .rpText
									{ color: #95ccfc; 
									  background: transparent url("images/sake_arrow_white_s.gif") no-repeat 30px 9px;	
									}

/*rpGroup Level2 -----------------------------------------------------*/

.LEpanelbar .rpGroup .rpLevel2		{ padding-left: 10px; }

.LEpanelbar .rpGroup .rpLevel2 .rpText
									{ padding-left: 10px; 
									  margin-left: 10px;
									  border-bottom: 0px;
									  background-image: none;									  
									}


/*Menu item selected-------------------------------------------------*/
									
.LEpanelbar .rpDisabled .rpText
									{ cursor: default;
									  color: #bbb;
									}

.LEpanelbar .rpRootGroup .rpDisabled:hover
									{ cursor: default;
									  text-decoration: none;
									}

.LEpanelbar .rpGroup .rpDisabled:hover
									{ border-bottom: 0px;
									  cursor: default;
									  text-decoration: none;
									}

.LEpanelbar .rpLevel1 
									{ border-bottom: 0px; }
		

