@charset "utf-8";
/* CSS Document */

#navShadow
{
  background-color: #000000;
  width: 85px;
  height: 155px;
  position: relative;
  top: -100px;
  left: 0px;
  z-index: 1;
  
}

#navHolder
{
  border-style: solid;
  border-width: 2px;
  border-color: #FFFFFF;
  width: 85px;
  height: 155px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 8px;
  background-color: #084989;
}

.navElement
{
  /*background-color: #00FF00;*/
  margin: 0.3em;
  width: 85px;
}

.navElement:hover
{
  background-color: #0080C0;
}

.navElement a
{
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px; 
  text-decoration: none;
}

.navElement a:hover, .navElement a:active
{
  background-color: #0080C0;
  text-decoration: none;
}
