ul ul li a 
{
  display: block;
  color: black;
  padding: 3px 6px;
  font-size: small; 
  text-decoration: none;
}

ul.menu li a 
{
  background-image: url('../img/before.png');
  background-position: right;
  background-repeat: no-repeat;
  color: white;	
  font-weight: bold;
  padding: 0.3em;
  text-indent: 26px;
  text-align: left;
  letter-spacing: 1px;
  width: 145px;
}

ul.menu li a:hover 
{
  background-image: url('../img/mouseover.png');
  color: white;	
  padding: 0.3em;
  width: 145px;
}

ul.menu li ul li a 
{
  background: #F8B356;
  color: white;
  width: 100px; 
  text-align: left;
  text-indent: 15px;
  font-weight: bold;
}

ul.menu li ul li a:hover 
{
  display: block;
  background-image: url('../img/sub_main_menu.png');
  background-repeat: no-repeat;
  color: white;
  width: 100px; 
  font-weight: bold;
}


ul.menu, ul.menu ul 
{
  list-style-type: none;
}

ul a
{
  display: block;
  text-decoration: none;
}
