div.blur
{
  background-color: #ccc; /*shadow color*/
  color: inherit;
  margin-left: 4px;
  margin-top:  4px;
}

div.shadow
{
  position: relative;
  bottom: 2px;
  right:  2px;
  background-color: #666; /*shadow color*/
  color: inherit;
}

div.menu
{
  text-align: center;
  width: 150px;
  border: 1px solid #000;
  position: relative;
  bottom: 2px;
  right:  2px;
  background: url('../images/menu_background.jpg') repeat-y  0px 0px;
}

ul.menu {
  padding: 0px; 
  margin-left:   0px;
  margin-top:   15px;
  margin-bottom: 0px;
  margin-right:  0px;
  height:      495px;
  display:     block;
  list-style-type: none;
  width: 100%; /* precision for Opera */
}

ul.menu li {
  float: left;
}

ul.menu a {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 150px;
  height: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

ul.menu a:hover {
 color:       #C2CDCD;
 font-weight:    bold;
 font-size: 15px;
}

ul.menu a:active { 
}

ul.menu a.selected {
}

ul.menu a.selected:hover {
 color: #E4EFEF;
}

