body {  
	behavior: url(includes/csshover.htc);
	}
	
/*Special blue*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {
	color: #FFFFFF!important;
	background:#000000;
	}

#dropMenuWrapper {
	width: 100%; /* ORIG */
	height: 5px; /* ORIG */
    /* text-align:center;  NOT IN ORIG */
	margin: 0; /* ORIG  */
	font-size: 11px; /* ORIG */
	/* padding-bottom: 1em; */ /*NOT IN ORIG */
	padding-bottom: 1px;  
	}
	
div#dropMenu {
	/* width:70em; */ /* ORIG */
	width: 840px; 
	margin: 0 auto; /* ORIG */
	/* margin-right: 12%; */ /*NOT IN ORIG */
	/* margin-left: 14%; */ /*NOT IN ORIG */
    text-align: center; /* ORIG */
	z-index: 1000; /* ORIG */
	position: relative; /* ORIG */
	}

div#dropMenu ul {
	margin: 0; 
	padding: 0;
	}
	
div#dropMenu li { 
	position: relative; /* ORIG */
	list-style: none; /* ORIG */
	margin: 0; /* ORIG */
	float: left; /* ORIG */
	line-height: 1em; /* ORIG */
	/* width: 16.667%; */ /* width added by jade */
	width: 140px; /* jade 840 divide by 6*/
	background: #A5B7E9; /*NOT IN ORIG */
	}
	
	
div#dropMenu ul.level1 {
	/* width: 70em; */ /* ORIG   */
	width: 840px; /* jade */
	margin: 0 auto; /* ORIG  NOT ME */
	/* background:#4F4F4F; */ /* ORIG */
	text-align: center; /* ORIG */
	height: 2.17em; /* ORIG */
	z-index: 1000; /* ORIG */
	}

div#dropMenu li:hover {}

div#dropMenu li.submenu:hover {}

div#dropMenu li a {
	display: block; /* ORIG */
	/* padding: .6em 2em .6em 2em; */ /* ORIG */
	/* padding: .6em 0 .6em 0; */ /* by Jade */
	padding: 5px 0 5px 0; /* by Jade */
	text-decoration: none; /* ORIG */
	text-transform: uppercase; /* ORIG */
	color: #ffffff; /* ORIG */
	text-align: center; /* ORIG */
	border-right: 1px solid #ffffff; /* ORIG */
	border-left: 1px solid #ffffff; /* by jade  */
	}	
 
div#dropMenu>ul a {
	width: auto;
	}
	
div#dropMenu ul ul {
	position: absolute; 
	width: 12em;
	display: none;
	}
	
div#dropMenu ul ul li {
	border-bottom: 1px solid #CCC; 
	width: 12em;
	}
	
div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5 {
	display:block;
	z-index:1000;
	}
	
div#dropMenu ul.level2 {
	/* top: 2.17em;*/ 
	top: 22px;
	background: #4f4f4f;
	z-index: 1000;
	left: 0; /* recommend by jade */
	}
	
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {
	top: 0; 
	left: 12em; 
	background: #4f4f4f
	}
	
div#dropMenu ul.level2 a {
	padding: 0.5em 0 0.5em 0.25em;
	color: white; 
	text-transform: none;
	}  
	
/* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {
	color:#4f4f4f;
	}
/*
div#dropMenu li a.noLine {
	padding-right:2em;
	border:none;
	} */
