#MENU_HORIZONTAL{
  height: 20px;
  background-color:#f0f0f0;
  background-repeat: repeat-x;
  color: #ff0000;
  margin: 0;
}

table #MENU_HORIZONTAL{
  cursor: pointer;
}

.button{
   color: #8c9e8d;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   float: left;
  padding: 2px 5px 0 5px;
  cursor: default;
  text-align: center;
}

.button a{
  text-decoration: none;
  color: #8c9e8d;
	font-weight: bold;
	padding-right: 12px;
	display:block;
}
.button:hover{
	color: #fff;
}
.button a:hover{
   color: #000;
   font-weight: bold;
}
