body  {
behavior: url(./csshover.htc);
/* WinIE behavior call */}

div#nav-cat {
	width: 179px;
	margin: 0px;
	background-color: transparent;
	font-weight:bold;
	text-align: left;
	line-height: 23px;
	background-repeat: repeat-y;
	background-position: right;
	border: 1px none #005499;
	}
 
div#nav-cat ul {
	margin: 0;
	padding: 0;
	padding-top: 0;
	width: 180px;
	background-color: transparent;
 
	}

div#nav-cat ul.level2 { width: 180px; 
  background-color: transparent;
  border: none;
	}
div#nav-cat ul.level2 {background-color: transparent; 
}
div#nav-cat ul.level3 {background-color: transparent;
}
div#nav-cat ul.level4 {background-color: transparent;
}
div#nav-cat ul.level5 {background-color: transparent;
}
div#nav-cat ul.level6 {background-color: transparent;
}
div#nav-cat li {
	background-image: url(dot_line_noarrow.gif);
	position: relative;
	list-style: none;
	z-index: 20;
	height: 23px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;

/* 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 {

}
div#nav-cat li.submenu {

 
	background-image: url(dot_line.gif);

}
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:100%;
	height:24px;
	clear:both;
	font-size: 12px;
	text-indent: 12px;
	color: #003399;
	overflow:hidden;
	white-space: nowrap;
	display :block;
	overflow : hidden;
	text-overflow : ellipsis;
	word-break:keep-all;
 }
div#nav-cat li a:hover {
	text-decoration:underline;
 
	color: #FF6600;
 }
/*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: 100%;
}
div#nav-cat ul ul {position: absolute; top: 0; left: 179px;
  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;
	background-color: #EDF7FF;
	font-weight:normal;
	font-size:11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFB64B;
	border-right-color: #FFB64B;
	border-bottom-color: #FFB64B;
	border-left-color: #FFB64B;
}