/*
   Id: menus.css,v 1.00 2003/11/12 16:46:11 $

   Part of the deltawork project
   */

/* menus */

.menuskin
{
  position:         absolute;
  border:           2px solid black;
  text-decoration:  none;
  color:            black;
  font:             normal 10px arial;
  line-height:      16px;
  z-index:          100;
  visibility:       hidden;
}

.menuskin a
{
  color:            Black;
  text-decoration:  none;
  padding-left:     4px;
  padding-right:    4px;
}

#mouseoverstyle
{
  background-color: black;
  text-decoration:  none;
}

#mouseoverstyle a
{
  color:            white;
  text-decoration:  none;
}

.texte
{
  font-family:      Arial;
  font-size:        10px;
  color:            #000000;
}

