/* CSS Document Buttons */

ul
{
 padding:0px;
 margin:0px; width:130px;
 	list-style-type: none;
	list-style-image:none;

}
li
{
 padding: 0 0 3px 10px;
 margin:0px;
 font-weight:bold;
  color:#000000;     line-height:150%;    font-size: 100%;  margin-bottom:5px;
}

li:hover
{
 padding: 0 0 3px 10px;
 margin:0px;

  font-weight:bold;  background-color:#FFCC00;
  color:#000000;    line-height:150%;    font-size: 100%;  margin-bottom:5px;
}


