.menuRoot_LunaBlue 
{
}

/* StaticPanel Look */
.menuRoot_LunaBlue .menuStaticPanel
{
	 background-color:#bedaff; 	 
	 cursor:pointer;
	 
	 padding:2px;
}

.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem
{	
	height:18px;
	padding:1px;
}
.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem .menuTextCont
{	
  color:#1869b6;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  
  padding-left: 7px;
}
.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem_Expanded
{
	background-image:url('../images/item_sel_bg.gif');
	background-color:#eeeeee; 
	border:solid 1px #6191ce; 
	border-bottom:1px solid #cae2ff;
	
	height:18px;
}
.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem_Expanded .menuTextCont
{	
  color:#656dae;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  
  padding-left: 7px;
}
.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem_Hover
{
  background-image: url('../images/item_hover_bg.gif');
  background-color:#ffeaaa; 
  border:solid 1px #ffbe69; 
  
  height:18px;
  
}
.menuRoot_LunaBlue .menuStaticPanel .menuPanelItem_Hover .menuTextCont
{	
  color:#716579;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  
  padding-left: 7px;
}
/* Image Cell */
.menuRoot_LunaBlue .menuImgCell .menuImgCont
{
	height:6px;
	width:10px;
	padding:1px;
}
.menuRoot_LunaBlue .menuImgCell .menuImg
{
	height:10px;
	width:10px;
}

.menuRoot_LunaBlue .menuTextCell
{
	height:10px;
	padding-top:2px;
	padding-bottom:1px;	
	
	padding-left:3px;
}

/* Arrow Cell*/
.menuRoot_LunaBlue .menuArrCont
{
	height:8px;
	width:8px;
	padding:3px;
}
.menuRoot_LunaBlue .menuArr
{
	height:8px;
	width:8px;
}

/* Dynamic Panel Look */

.menuRoot_LunaBlue .menuDynamicPanel
{
   background-image:url('../../images/childpanel_bg.gif');
    background-color:white;
    border:solid 1px #6191ce; 
      
    cursor:pointer;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem
{
	height:20px;
	
	padding:1px;
}
.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}
.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem .menuTextCont
{
	color:#7171ba;
	font-family:Tahoma;
	font-size:11px;
	
	width:100%;
	padding-left:7px;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Expanded
{
	background-image:url('../images/childitem_hover_bg.gif');
	background-color:#ffda75;
	
	height:20px;
	border:solid 1px #cab67d; 
	border-top:1px solid #dace99;
	border-bottom:1px solid #d6d2b2;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Expanded .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}
.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Expanded .menuTextCont
{
	color:black;
	font-family:Tahoma;
	font-size:11px;
	
	width:100%;
	padding-left:7px;
}
.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Hover
{
	background-image:url('../images/childitem_hover_bg.gif');
	background-color:#ffda75; 
	
	height:20px;
	border:solid 1px #cab67d; 
	border-top:1px solid #dace99;
	border-bottom:1px solid #d6d2b2;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Hover .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}
.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItem_Hover .menuTextCont
{
	color:black;
	font-family:Tahoma;
	font-size:11px;
	
	width:100%;
	padding-left:7px;
}
/* Disabled Item Look */
.menuRoot_LunaBlue .menuPanelItemDisabled .menuTextCont
{
	color:#9d9da1;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}
.menuRoot_LunaBlue .menuPanelItemDisabled_Hover .menuTextCont
{	
	color:#9d9da1;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItemDisabled .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
}

.menuRoot_LunaBlue .menuDynamicPanel .menuPanelItemDisabled_Hover .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
}

/* Separator Look */
.menuRoot_LunaBlue .menuSep .menuImgCont
{
	line-height:0px;
	font-size:0px;	
	height:0px;
}
.menuRoot_LunaBlue .menuSep .menuImgCell
{
	line-height:0px;
	font-size:0px;	
	height:0px;
}
.menuRoot_LunaBlue .menuSep .menuImg
{
	height: 0px;
	width:22px;
	background-image:url('../images/lbsep.gif');
}

.menuRoot_LunaBlue .menuSep .menuSepImg
{
	line-height: 0px;
	font-size:0px;
	
	border-top:1px solid #a1bada;
}

.menuRoot_LunaBlue .menuSep .menuTextCont
{
	line-height:0px;
	font-size:0px;	
	height:0px;
}

.menuRoot_LunaBlue .menuScroll
{
	background-color: #C9DDF6;
}

.menuRoot_LunaBlue .menuScroll_Hover
{
	background-color: #FFE28D;	
}
