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

#dropMenuWrapper {  
	width:100%;  /* 100%; */
	height:25px; /*  Kevin chg -  height:25px; */
	margin:0;
	font-size:14px;
	border-right-width: 1px;  /*  to add right border */
	border-right-style: solid;
	border-right-color: #9a9a9a;
	position:relative;
	left: -1px;
	padding:0px;
	z-index:100; /* fix layers */
	}
div#nav {
	width:475px;  /*  Kevin chg - width:463px;  */
	margin:0 auto;
	text-align:left;
	z-index:100;
	position:relative;
	top: 7px;  /*  Kevin add - */
	left: 10px;  /*  Kevin add - */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

div#nav img {
	margin:2px;
	padding:2px;
}

zzdiv#nav {
	float: left;
	margin: -1px 0 0 7em;
	background-color: #fff;
	border: 0px solid #AAA;
	font-family: Verdana, Geneva, sans-serif;
}

div#nav ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0px solid #CCC;
	z-index:100;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 7em;
	line-height: 1.5em;
}
/* div#nav ul.level1 {
	width:463px;  
	margin:0 auto; 
	text-align:center;
	background:transparent;
	height:25px;
	z-index:100;
	}     */

div#nav li:hover {
	background-color: #eef; /* */
}
div#nav li.submenu {
/*	background: url(dropmenu.gif) 95% 80% no-repeat;   */
}
div#nav li.submenu li.submenu {
/*	background-image: url(includes/submenu.gif) 95% 50% no-repeat;  */
}
div#nav li.submenu:hover {
	background-color:#ddf; /* */
}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
	z-index:100;
}

div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	width: 7em;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid #CCC; 
	background-color: #eef; 
}
div#nav li.submenu li.submenu:hover {
	background-color: #ddf; /* */
}
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
div#nav ul.level1 li {
	width: 8em;
	background-color:#eef;
}

div#nav ul.level3 li.submenu:hover ul.level4 {
	display:block;
}
xdiv#nav ul.level2 {
	top: 1.4em;
	left: -1px;
}
div#nav ul.level2 {
	top: 2em;
	width: 10em;
	border-top: 1px solid #CCC;
	z-index:105;
}
div#nav ul.level2 li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 9.5em;
}
div#nav ul.level2 li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 10em;
	line-height: 1.5em;
}
div#nav ul.level2 a:hover {color:#00ccff; background-color:#eef}

div#nav ul.level3 {
	top: -1px;
	left: 10em;
	width: 10em;
	border-top: 1px solid #CCC;
	z-index:106;
}
div#nav ul.level3 li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 9.5em;
}
div#nav ul.level3 li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 10em;
	line-height: 1.5em;
}
div#nav ul.level3 a:hover {color:#00ccff; background:#eef}

div#nav ul.level4 {
	top: -1px;
	left: 10em;
	width: 10em;
	border-top:1px solid #ccc;
	z-index:107;	
}
div#nav ul.level4 li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 9.5em;
}
div#nav ul.level4 li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 10em;
	line-height: 1.5em;
}
