a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #808080;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #808080;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #808080;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #808080;
  } 

.menu1{
display:block;
color: #808080;
font-weight:bolder;
font-size:8pt;
}

.submenu1{
display:block;
color: #808080;
font-weight:bold;
font-size:8pt;
}

.submenu{
display:block;
color: #808080;
font-size:8pt;
}
.hide{
display: none;
}

.show{
display: block;
}



