body {  behavior: url(includes/csshover.htc);} /* WinIE behavior call */

div#nav-cat {
	width: 176px;
	background-color: #FFCC00;
	font-weight:bold;
	font-size:12px;
	border: 1px solid #CCCCCC;
  }

div#nav-cat ul {margin: 0; padding: 0; width: 176px;
}

div#nav-cat li {
/* position: relative; */
list-style: none;
margin: 0;
  margin-top: 5px; /* change it to whatever space you want to put space between buttons*/
/*	margin-bottom: 25px; */
/*  border-bottom: 1px solid #CCC; /* <---this line may help or hinder IE menu shifting issues */
}

div#nav-cat li li {
  margin: 0; /* this overrides the margin-top in the declaration above */
} 

/* div#nav-cat li:hover {background-color: #83ACCA;} */

div#nav-cat ul.level2 {
/* background-color: #A8CC45; */
background-color: #A8CC45;
font-size:10px;
font-weight:normal;
}

div#nav-cat ul.level3 {
display: none;
}

div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 176px; color: #000000; }

