body {  behavior: url(includes/csshover.htc);} /* WinIE behavior call */
div#nav-cat {width: 124px; margin: 2px 0 0 0;
  background-color: #CE318C; font-weight:normal;}
div#nav-cat ul {margin: 0; padding: 0; width: 124px; background-color: #9E921C;
/*  border: 1px solid #AAA;*/}
div#nav-cat ul.level2 {background-color: #9E921C;}
div#nav-cat ul.level3 {background-color: #9E921C;}
div#nav-cat ul.level4 {background-color: #9E921C;}
div#nav-cat ul.level5 {background-color: #9E921C;}
div#nav-cat ul.level6 {background-color: #9E921C;}
div#nav-cat li {position: relative; list-style: none; margin: 0;
  margin-top: 0; /* change it to whatever space you want to put space between buttons*/
	border-right: 4px solid #414347;
	border-bottom: 1px solid #414347; /* <---this line may help or hinder IE menu shifting issues */
}
div#nav-cat ul li.navlinkno {border-top: 1px solid #414347;}
div#nav-cat li li {
  margin: 0; /* this overrides the margin-top in the declaration above */
} 
div#nav-cat li:hover {background-color: #C4B520;}
div#nav-cat li.submenu {
background-color: #9E921C;}
div#nav-cat li.submenu:hover {background-color: #C4B520;}
div#nav-cat li a {display: block; padding:.4em 0 .6em 1em;
  text-decoration: none; width: 124px; color: white;}
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/
div#nav-cat>ul a {width: auto;}
div#nav-cat ul ul {position: absolute; top: 0; left: 124px;
  display: none;}
div#nav-cat ul.level1 li.submenu:hover ul.level2, 
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;}
div#nav-cat ul li.nobordertop {}
div#nav-cat ul li ul {
border-top:1px solid #414347;
}
div#ezpagesContent {width: 124px; margin:0;
  background-color: #9E921C; font-weight:normal;}
div#ezpagesContent ul {margin: 0; padding: 0; width: 124px; background-color: #9E921C;
/*  border: 1px solid #AAA;*/}
div#ezpagesContent li {position: relative; list-style: none; margin: 0;
  margin-top: 0; /* change it to whatever space you want to put space between buttons*/
	border-right: 4px solid #414347;
	border-bottom: 1px solid #414347; /* <---this line may help or hinder IE menu shifting issues */
}
div#ezpagesContent li li {
  margin: 0; /* this overrides the margin-top in the declaration above */
} 
div#ezpagesContent li:hover {background-color: #C4B520;}
div#ezpagesContent li a {display: block; padding:.4em 0 .6em 1em;
  text-decoration: none; width: 124px; color: white;}
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/
div#ezpagesContent>ul a {width: auto;}