
.menuRoot_BlueXP 
{
}

/* Menu Static Panel */
.menuRoot_BlueXP .menuStaticPanel
{
	 background-color:#FFFFFF; 
	 border:0px solid #9d9da1;
	 cursor:hand; 
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItem
{
	background-color:#FFFFFF; 
	cursor:hand; 
	height:21px;
}

.menuRoot_BlueXP .menuTextCell
{
	height:12px;
	padding-top:3px;
	padding-bottom:1px;	
}
.menuRoot_BlueXP .menuTextCont
{
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 4px;
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItem_Hover
{
  background-color:#69A0E0; 
  cursor:hand; 
  height:21px;
  border-color:inherit;
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItem_Hover .menuTextCont
{
  color:White;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 4px;
}
.menuRoot_BlueXP .menuStaticPanel .menuPanelItem_Expanded
{
  background-color:#69A0E0; 
  cursor:hand; 
  height:21px;
  border-color:inherit;
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItem_Expanded .menuTextCont
{
  color:White;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 4px;
}

/* Menu Panel Item */

.menuRoot_BlueXP .menuDynamicPanel
{
    background-color:white;
    border:solid 0px #aeaa99; 
    cursor:hand;
}

.menuRoot_BlueXP .menuPanelItem
{
	cursor:hand;
	height:20px;
}
.menuRoot_BlueXP .menuPanelItem_Hover
{
	background-color:#69A0E0; 
	cursor:hand; 
	height:20px;
}

.menuRoot_BlueXP .menuPanelItem_Hover .menuTextCont
{
  color:White;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 4px;
}

.menuRoot_BlueXP .menuPanelItem_Expanded
{
	background-color:#69A0E0; 
	cursor:hand; 
	height:20px;
}

.menuRoot_BlueXP .menuPanelItem_Expanded .menuTextCont
{
  color:White;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 4px;
}
/* Image Cell */
.menuRoot_BlueXP .menuImgCell .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuRoot_BlueXP .menuImgCell .menuImg
{
	height:10px;
	width:10px;
}
/* Arrow Cell*/
.menuRoot_BlueXP .menuArrCont
{
	height:8px;
	width:8px;
	padding:4px;
}
.menuRoot_BlueXP .menuArr
{
	height:8px;
	width:8px;
}

/* Disabled Item Look */
.menuRoot_BlueXP .menuPanelItemDisabled
{
	background-color:White;
	cursor:hand; 
	height:20px;
}

.menuRoot_BlueXP .menuPanelItemDisabled .menuTextCont
{
	color:#aeaa99;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	padding-left:4px;
	
}
.menuRoot_BlueXP .menuPanelItemDisabled_Hover
{
	background-color:#69A0E0;
	cursor:hand; 
	height:20px;
}
.menuRoot_BlueXP .menuPanelItemDisabled_Hover .menuTextCont
{	
	color:#aeaa99;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	padding-left:4px;
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItemDisabled
{
	background-color:#FFFFFF; 
	cursor:hand; 
	height:21px;
}

.menuRoot_BlueXP .menuStaticPanel .menuPanelItemDisabled_Hover
{
	background-color:#69A0E0; 
	cursor:hand; 
	height:21px;
}

.menuRoot_BlueXP .menuSep .menuTextCont
{
	line-height: 0px;
	font-size:0px;
	border-top:0px solid #aeaa99;
} 

.menuRoot_BlueXP .menuScroll
{
	background-color: #FFFFFF;
}

.menuRoot_BlueXP .menuScroll_Hover
{
	background-color: #69A0E0;	
}

