﻿.subli
{
  list-style-image: none;
  list-style-type: square;
}
.button
{
  font-size: 11px;
  text-align: center;
}
.buttonLink
{
  font-size: 11px;
  text-align: center;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
  background-color: #ff9900;
}

/* styles for top menu */
#menu1 
{ 
  text-align:right;
  top:10px;
  z-index:100;
}
#menu1 ul { list-style: none; padding: 2px; margin: 0px; }
#menu1 li { padding: 2px; margin: 0px; display: inline; border-left: solid 1px #000;  }
#menu1 li.first { border-left: none; }
#menu1 li a:link, #menu1 li a:visited 
{ 
  padding: 0px 2px 0px 5px; 
  color: #000; 
  text-decoration: none; 
}
#menu1 li a:active, #menu1 li a:hover 
{
  color: #000;
  text-decoration: underline;
}

