.RSTOPMenuGroup
{   
  cursor:default;
}

.RSTOPStripeGroup
{   
  cursor:default;
}




.RSTOPTopMenuGroup
{          
         cursor: pointer;
         padding: 1px;
         text-align: left;
}

.RSTOPTopMenuItem
{
         background-color:#636363;          
         cursor: pointer;         
         font-family:verdana;
         font-size:12px;
         color:#ffffff;
         text-align: left;
	 line-height:12px;
         padding: 2px;
	 margin-top:0px;
	 margin-bottom:1px;
	 height:16px;
	
}

.RSTOPTopMenuItemOver
{
         background-color:#ccff00;
         cursor: pointer;
         cursor: hand;   
	 color: black;      
         font-family:Verdana;
         font-size:12px;         
         text-align: left;
	 line-height:12px;
         padding: 2px;
	 margin-top:0px;
	 margin-bottom:1px;
	 height:16px;
}

.RSTOPTopMenuItemToolTip
{
         background-color: #fffacd;
         border-style:solid;
         border-width:1px;
         border-color: black; 
         font-family: Arial;         
         padding: 3px;
         font-size:8pt;
         text-align: left;
}

.RSTOPTopMenuItemClicked
{
         background-color:#ccff00;
         cursor: pointer;
         cursor: hand;   
	 color: black;      
         font-family:Verdana;
         font-size:12px;         
         text-align: left;
	 line-height:12px;
         padding: 2px;
	 margin-top:0px;
	 margin-bottom:1px;
	 height:16px;
}

.RSTOPTopSeparator
{
         background-color: Transparent; 
         margin-left: 2px;
         margin-right: 2px;
}

.RSTOPTopSpacer
{
         background-color: Transparent; 
}

