
ul.verticalNavigation {
  width: 125px;
  height: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
  }


/*Using Images*/

ul.verticalNavigation a {
  display: block;
  width: 125px;
  height: 31px;
  background: URL(assets/images/button_off.jpg)
  no-repeat left bottom;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 31px;
  text-indent: 5px;
  text-decoration: none;
  
  }


ul.verticalNavigation a:hover {
  background: URL(assets/images/button_on_drop.jpg);
  color: #000000;
 }

