/*********************************************************************/
/* Sake Panelbarmenu Skin									         */							
/*********************************************************************/

.SAKEpanelbar						{ width: 200px;
									  text-align: left;
									  background-color: transparent;
									  background-image: none; 
									}

.SAKEpanelbar .rpText				{ margin-right: 0px;
									  overflow-x: hidden;
									}

.SAKEpanelbar_rtl .rpText			{ margin-left: 0px;
									  margin-right: 0;
									}

.SAKEpanelbar .rpLink				{ border: 0px;}

.SAKEpanelbar .rpLink:hover .rpText	{ color: #999; 
									  background-color: transparent; 
									}

.SAKEpanelbar .rpLink:hover			{ text-decoration: none;}

.SAKEpanelbar .rpExpandable .rpText
									{ background: transparent; }

.SAKEpanelbar .rpExpanded .rpText
									{ background: transparent; }

/*rpRootGroup -------------------------------------------------------*/
.SAKEpanelbar ul.rpRootGroup		{ border: 0px;
									  padding: 0px;
									}
.SAKEpanelbar_rtl ul.rpRootGroup
									{ padding: 0px;
									  text-align: right;
									}
									
.SAKEpanelbar .rpRootGroup .rpText
									{ font: normal bold 12px Arial, Verdana, Sans-serif;
									  color: #999;									  
									  border-bottom: solid 1px #000;
									  padding: 7px 20px;
									}

.SAKEpanelbar .rpRootGroup .rpLink	{ color: #999;									  
									  margin-bottom: 0px;			
									  border-bottom: solid 1px #333;				  
									  background-color: transparent;
									  text-decoration: none;
									}

.SAKEpanelbar .rpRootGroup .rpLink:hover {  color: #fff; border-bottom: solid 1px #333;	}	/*Fix-IE6 */								

.SAKEpanelbar .rpRootGroup .rpLink:hover .rpText	
									{ color: #fff; 
									  background-color: transparent;
									}
																		
.SAKEpanelbar .rpRootGroup .rpExpandable .rpText /*rpRootGroup Expandable*/
									{ background: transparent; }

.SAKEpanelbar .rpRootGroup .rpExpanded .rpText /*rpRootGroup Expand*/
									{ color: #fff;
									  border-bottom: solid 1px #000;
									  background: transparent;
									}	

.SAKEpanelbar .rpRootGroup .rpSelected .rpText
									{ color: #fff; 
									  font-weight: normal;
									  background-color: transparent;
									}

.SAKEpanelbar .rpRootGroup .rpLast .rpLink,
.SAKEpanelbar .rpRootGroup .rpLast .rpLink:hover, /*Fix-IE6 */
.SAKEpanelbar .rpRootGroup .rpLast .rpLink .rpText		
									{ border-bottom: 0px;}
																										
/*rpGroup ----------------------------------------------------------*/

.SAKEpanelbar .rpGroup				{ overflow-x: hidden;
									  overflow-y: auto;
									  background-color: #191919;
									}

.SAKEpanelbar .rpGroup .rpText	
									{ font: normal normal 11px Arial, Verdana, Sans-serif;
									  color: #999;									  
									  border-bottom: 0px;
									  padding: 3px 10px 3px 40px; 
									}

.SAKEpanelbar .rpGroup .rpFirst .rpLink .rpText
									{ }

.SAKEpanelbar .rpGroup .rpLast .rpLink .rpText		
									{ border-bottom: solid 1px #333;}							

.SAKEpanelbar .rpGroup .rpLink,
.SAKEpanelbar .rpGroup .rpLink:visited	
									{ color: #999;									  
									  border-bottom: 0px;					
									  text-decoration: none;		  
									  background: transparent url("images/sake_arrow_gray_s.gif") no-repeat 30px 9px;	
									}
.SAKEpanelbar .rpGroup .rpLink:hover	
									{ text-decoration: none; border-bottom: 0px;}	
									
.SAKEpanelbar .rpGroup .rpLink:hover .rpText	
									{ color: #fff; 
									  background: transparent url("images/sake_arrow_white_s.gif") no-repeat 30px 9px;	
									}

.SAKEpanelbar .rpGroup .rpExpandable .rpText
									{ background: transparent;}

.SAKEpanelbar .rpGroup .rpExpanded .rpText /*rpGroup Level expand*/
									{ color: #fff;
									  font-weight: normal;
									  background: transparent url("images/sake_arrow_white_s.gif") no-repeat 30px 9px;	 
									}

.SAKEpanelbar .rpGroup .rpSelected .rpText
									{ color: #fff; 
									  background: transparent url("images/sake_arrow_white_s.gif") no-repeat 30px 9px;	
									}

/*rpGroup Level2 -----------------------------------------------------*/

.SAKEpanelbar .rpGroup .rpLevel2 .rpText
									{ padding-left: 36px; 
									  background: transparent url("images/dot.gif") no-repeat 24px 9px;									  
									}

.SAKEpanelbar .rpGroup .rpLevel2 .rpText 
									{ border-bottom: 0px;}

/*Menu item selected-------------------------------------------------*/
									
.SAKEpanelbar .rpDisabled .rpText
									{ cursor: default;
									  color: #bbb;
									}

.SAKEpanelbar .rpRootGroup .rpDisabled:hover
									{ cursor: default;
									  text-decoration: none;
									}

.SAKEpanelbar .rpGroup .rpDisabled:hover
									{ border-bottom: 0px;
									  cursor: default;
									  text-decoration: none;
									}

.SAKEpanelbar .rpLevel1 
									{ border-bottom: 0px; }
		
