.menu
{
  width: 180px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 21px;
  margin-bottom: 20px;
  background-image: url("../image/nabidkyk.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.menu li
{
  display: block;
  height: 16px;
  margin: 1px 1px 1px 1px;
  padding: 4px;
  padding-left: 15px;
  text-align: left;
  font-weight: bold; 
  background-color: #BCB2D7;
  border-style: solid;
  border-width: 1px;
  border-bottom: 1px solid #8B7CB3;
  border-top-width: 0px;
  border-left-color: #4A3A7B;

}

.menu a, .menu a:link, .menu a:visited
{
  color: #472F83;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover
{
  color: #FFFFFF;
}

