.content
{
  font-family:Verdana;
  font-size:70%;
  padding: 5px;
}

.title	{
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:medium;
  font-weight:bold;
}

.top_left
{
  background-image: url('images/tl.gif');
  width: 6px;
  height: 25px
}

.top
{
  background-image: url('images/t.gif');
  height: 25px;
}

.top_right
{
  background-image: url('images/tr.gif');
  width: 6px;
  height: 25px;
}

.left
{
  background-image: url('images/l.gif');
  width: 6px;
}

.right
{
  background-image: url('images/r.gif');
  width: 6px;
}

.bottom_left
{
  background-image: url('images/bl.gif');
  width: 6px;
  height: 6px;
}

.bottom
{
  background-image: url('images/b.gif');
  height: 6px;
}

.bottom_right
{
  background-image: url('images/br.gif');
  width: 6px;
  height: 6px;
}

.menuskin {
  border-right: black 1px solid;
  border-top: black 1px solid;
  z-index: 100;
  visibility: hidden;
  font: 10px/18px verdana;
  border-left: black 1px solid;
  width: 150px; 
  border-bottom: black 1px solid; 
  position: absolute; 
  background-color: #eeeeee;
}

.menuskin a {
  padding-right: 5px;
  padding-left: 5px;
  color: black;
  text-decoration: none;
}

#mouseoverstyle
{
  background-color:#808080;
}

#mouseoverstyle a
{
  color:white;
}

#popmenu {
  display: block;
  z-index: 100;
  left: 0px;
  visibility: hidden;
  width: 170px;
  position: absolute;
  top: 0px;
}
