
/* menu styles ========================================================== */

.rasmus-home
{
   text-align: center;
}

.rasmus-home a, .rasmus-home a:link, .rasmus-home a:visited
{
   color: #000;
   text-shadow: -1px -1px 1px white, 1px 1px 1px #ccc;
   font-size: 14pt;
   font-weight: bold;
   text-decoration:none;
}

/*
.rasmus-home a:hover
{
   color: #000;
   text-shadow: -1px -1px 1px white, 1px 1px 1px #ccc;
   background-color: #fff;
}
*/

.menu
{
  border: #888 solid 1px;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 2px;
  width: 100%;
  z-index: 1000;

  /* box-shadow: 0px 1px 1px #000; */
}

.menu-item, .menu-item2
{
  border: #ddd solid 1px;
  border-top: #fff solid 1px;
  background-color: #fff;
  padding: 1px;
  margin: 0px;
  text-align: center;
  list-style: none;
}

.menu-item2
{
  background-color: #eee;
  border-top: #eee solid 1px;
}

.menu-item:hover, .menu-item2:hover
{
  background-color: #def;
  border-top: #def solid 1px;
}

/* gradients */

/*
.menu-item
{
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image:    -moz-linear-gradient(top, #fff, #efefef);
  background-image:     -ms-linear-gradient(top, #fff, #efefef);
  background-image:      -o-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(top, #fff 0%, #efefef 100%);
}

.menu-item2
{
  background-image: -webkit-linear-gradient(top, #eee, #eee);
  background-image:    -moz-linear-gradient(top, #eee, #eee);
  background-image:     -ms-linear-gradient(top, #fff, #efefef);
  background-image:      -o-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(top, #fff 0%, #efefef 100%);
}

.menu-item:hover, .menu-item2:hover
{
  background-image: -webkit-linear-gradient(top, #cdf, #def);
  background-image:    -moz-linear-gradient(top, #def, #def);
  background-image:     -ms-linear-gradient(top, #cdf, #def);
  background-image:      -o-linear-gradient(top, #cdf, #def);
  background-image: linear-gradient(top, #cdf 0%, #cdf 100%);
}
*/

.menu a:link, 
.menu-item a:visited,
.menu-item2 a:visited
{
  color: #000;
  text-shadow: -1px -1px 1px white, 1px 1px 1px #ccc;
  font-size: 11pt;
  font-weight: bold;
  text-decoration:none;
}


.menu-title
{
  border: #666 solid 1px;
  background-color: #666;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 8pt;
  text-shadow: 0px 0px 1px #000, 0px 0px 15px #fff;
  list-style: none;
}

