
/*
  menu.css - Litteral.com navigation menu style sheet
  Unpublished proprietary source code.
  Copyright (C) 2006-2007 LITTERAL SAS, SURESNES, FRANCE
  All rights reserved.
*/

.overlay
{
  /* overlay position */
  position: absolute;
  top:      -63px;
  left:     16px;
  width:    160px;
  padding:  0px 0px;
}

.hollow
{
  /* 1 function, N dialects ! */
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.button
{
  font-family: arial, helvetica, sans-serif;
  font-size:   8pt;
  font-weight: bold;
  text-indent: 10px;
  text-align:  left;
  text-decoration: none;
  width:       160px; 
  height:      28px; 
  line-height: 28px;
  display:     block;
}

a.button:link
{
  background-image: url("images/button_off.jpg");
  color: #000066
}

a.button:visited
{
  background-image: url("images/button_off.jpg");
  color: #000066;
}

a.button:active
{
  background-image: url("images/button_on.jpg");
  color: #9e9e9e;
}

a.button:hover
{
  background-image: url("images/button_on.jpg");
  color: #9e9e9e;
}

