.MenuGroup
{
  background-color:white;
  border-right:solid;
  border-right-color:#cfcfcf;
  border-right-width:1;  
  border-top:solid;
  border-right-color:#cfcfcf;
  border-top-width:1;  
  border-bottom:solid;
  border-right-color:#cfcfcf;
  border-bottom-width:1;  
  border-left:solid;
  border-right-color:#cfcfcf;
  border-left-width:1;
 }

.MenuItem 
{
  background-color:White; 
  font-family:tahoma; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:White;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  color:black;
    font-weight:bold; 
  
}

.MenuItemOver 
{
    background-color:White; 
  font-family:tahoma; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:White;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  color:red;
    font-weight:bold; 
   text-decoration:underline;
  
  
}
.Cat
{ 
  color:navy; 
  font-family:verdana; 
  font-size:10px;     
}
.Cat_over
{
  color:navy; 
  font-family:verdana; 
  font-size:10px;     
}

a.side_bar_new {font-family:tahoma; font-size:11px; text-decoration: none; font-weight: bold; color: black }
a.side_bar_new:hover {font-family:tahoma; font-weight: bold;  font-size:11px; text-decoration: underline; color:red}
a.side_bar_new:visited { font-family:tahoma; font-size:11px; font-weight: bold; color: black }
