/* === Menu === */


#menulist
{
  position: static;
  margin: 0 7px 0 0;
  padding-left: 12px;
  list-style: none;

}

#menulist li
{
  float: left;
  display: block;
  padding-top: 5px;
  width: 100%; 
  height: 75px; /*445*/
  background-color: transparent;
}

#menulist a
{  
  zoom: 1;
  display: block;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  width: 100%;  height: 100%;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#menulist a:link, #menulist a:visited
{
  color: #004080;
}

#menulist a:hover, #menulist a:active
{
  background: #000000;
  color: #ffffff; 
}

.listcontainer
{
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0px 5px 0px;
}

.thumb
{
  float: left;
  display: block;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-image: url('images/noimage.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 150px;
  height: 63px;
  margin-left: 5px;
}

.gallerytext
{
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #000000;
  padding: 4px 10px 3px 10px;
  height: 56px;
  overflow: auto;
  line-height: 13px;
  color: #FFFFFF;
}

.listh
{
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

.hidden
{
  display: none;
}