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

div#nav-cat {
	width: 131px;
	margin: -1px 0 0 -1px;
	background-color: transparent;
	font-weight:bold;
	text-align: center;
	line-height: 16px;
	text-align:left;
	font-size:1.1em;
}

div#nav-cat ul {
	margin: 0; padding: 0;
	padding-top: 0;
	width: 131px;
	background-color: transparent;
	border:2px solid transparent;
	background-repeat: no-repeat;
}

div#nav-cat ul.level1 ul {
	background-color: white;
	border:1px solid black;
}

div#nav-cat ul.level1 li {
	background-image: url(../images/button.png);
	height: 16px;
}

div#nav-cat ul.level2 {
	margin: 10;
	padding: 2;
	width: 131px; 
	background-color: white;
	border: none;
}

div#nav-cat ul.level2 li {
	background-image: none;
	border-right:1px solid black;
	border-bottom:1px solid black;
	height:auto;
}

div#nav-cat ul.level2 a {
	color:black;
}

div#nav-cat li {
	position: relative;
	list-style: none; 
	margin: -2px;
	margin-top: 2px;
	padding-bottom:11px;
	z-index: 20; 
	/**/
	width: 131px;
/* change it to whatever space you want to put space between buttons*/}
/* <---this line may help or hinder IE menu shifting issues */

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

div#nav-cat li:hover {
	background-image: url(../images/button-over.png); 
}

div#nav-cat li.submenu {
	background-color: transparent;
}

div#nav-cat li.submenu:hover {
	background-color: transparent; 
}

div#nav-cat ul {
	background-color: transparent;
}

div#nav-cat li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 131px;
	color:white;
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/
}

div#nav li a:hover {
	border: none;
}

div#nav-cat>ul a {
	width: 131px;
}

div#nav-cat ul ul {
	position: absolute;
	top: 0;
	left: 131px;
	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;
}