body {  behavior: url("includes/csshover.htc");} /* WinIE behavior call */
	
/*green*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #8BA53D!important;background:#fff;}


#dropMenuWrapper {
	padding:0;
	margin:0;
	height:auto;
	font-weight:bold;
	font-size:1.2em !important;
	width:100%;
	background: #fff;
	padding-bottom:0.5em
	}

div#dropMenu {
  	width:100%;
  	margin:0;
    text-align:center;
	z-index:1000;
	position:relative
	}

div#dropMenu ul {
	margin: 0; 
	padding: 0;
	margin-top:0em
	}
	
div#dropMenu li {
	position: relative; 
	list-style: none; 
	margin-left: 0em; 
	float: left; 
	height:22px
	}
	
div#dropMenu ul.level1 {
	width:100%;
	margin:0; 
	text-align:center;
	background:#fff;
	height:2.2em;
	z-index:1000
	}
	
div#dropMenu li:hover {}
div#dropMenu li.submenu:hover {}
/* Adjust padding: below to align top-level category names on header drop down menu */
div#dropMenu li a {display: block; padding: 0.6em 1.40em;text-decoration: none; color:#666; font-size:.95em;text-transform:uppercase; text-align:left; border-right:0px solid #ffffff;border-bottom: 1px solid #CCC;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; border-left: 1px solid #CCC; width:12em;}
div#dropMenu ul ul {position: absolute; width: 11em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:11em;}
div#dropMenu ul.level2 li {background:#ffffff;}
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; background:#4f4f4f;z-index:1000;}
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: #5F4B38; text-transform:none; font-weight:normal;}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#4f4f4f!important;background:#EBEBEB}
