.RSTopMenuGroup
{   
  border-width:1px; 
  background-color: white;
  cursor:default;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=2);
  border-color:#7E7E81; 
  border-style:solid;
}

.RSTopStripeGroup
{   
  border-width:1px; 
  background-color: white;
  cursor:default;
  background-image:url(/AdminImages/Topmenu/menuBackgroundTop.gif);
  background-repeat:repeat-y;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=2);
  border-color:#7E7E81;
  border-style:solid;
}




.RSTOPTopMenuGroup
{          
         border-style:solid;
         border-width:1px;
         border-color: Black;
         cursor: pointer;
 	 filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=2);
         padding: 1px;
         text-align: left;
}

.RSTOPTopMenuItem
{
         border-style:solid;
         border-width:1px;
         background-color:white;
         border-color:#ffffff;          
         cursor: pointer;
         cursor: hand;         
         font-family:verdana;
         font-size:12px;
         text-align: left;
         padding: 2px;
}


.RSTOPTopMenuItemOver
{
         background-color:#9BC104;
         border-style:solid;
         border-width:1px;
         border-color:black; 
         cursor: pointer;
         cursor: hand;   
	 color: white;      
         font-family:Verdana;
         font-size:12px;         
         text-align: left;
         padding: 2px;
}

.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: #FFD326;
         border-style:solid;
         border-width:1px;
         border-color:#f5f5f5; 
         font-family:Verdana;
         cursor: pointer;
         cursor: hand;
         padding: 1px;
         font-size:12px;
         text-align: left;
}

.RSTOPTopSeparator
{
         background-color: Transparent; 
         margin-left: 2px;
         margin-right: 2px;
}

.RSTOPTopSpacer
{
         background-color: Transparent; 
}


