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

div#nav-cat {
	width: 190px;
	background-color: transparent;
	font-weight:bold;
	text-align: left;
	line-height: 2em;
	margin-left: 2px;
	}
div#nav-cat ul {
	margin: 0;
	padding: 0;
	padding-top: 0;
	width: 188px;
	background-color: transparent;
	background-repeat: no-repeat;
	}
div#nav-cat li {
	background-image: url(../images/none.gif);
	position: relative;
	list-style: none;
	margin: -2px;
	margin-bottom: 3px;
	z-index: 20;
	height: 2em;
	width: 190px;
	background-color: #F7F5DC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
/* 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; 
/* this overrides the margin-top in the declaration above */
} 
div#nav-cat li:hover {
	background-image: url(../images/none.gif);
	background-color: #CCCC99;
	color: #FFFFFF;
}
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;
	text-decoration: none;
	width: 185px;
	padding-left: 5px;
}
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/

div#nav li a:hover {
	border: none;
	color: #0066CC;
}
div#nav-cat>ul a {width: 185px;
}
div#nav-cat hr {
	color: #ffffff;
	width: 75%;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;	
}