body {  
	behavior: url(includes/csshover.htc);
	}
	
/*green*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {
/*	color:#DEB026!important;
	color: #4f4f4f!important;
	background:#D5E88F;
	background:#CC0000;*/
	}


/*blue
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
*/ 

/*red 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
*/ 

/*grey 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/
	
div#dropMenu {
	width:100%;
	margin:0 auto;
    text-align:center;
	z-index:1000;
	position:relative;
	}

div#dropMenu ul {
    margin:1px 0 0 0;
	padding:0;	
	}
	
div#dropMenu li {
	position:relative;
	margin:0; 
	float:left;
	padding-left:5px;
	padding-right:3px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
	
	}
	
div#dropMenu ul.level1 {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:0px;
	/*background:#CC0000; background color of top menu when NOT selected. */
	}
	
div#dropMenu ul.level1Top {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position:static;
	text-align:right;
	/*background: url(../images/box_menu.jpg) no-repeat ; background color of top menu when NOT selected. */
	margin-right:0px;
	}
div#dropMenu li a {
	/* Hides from IE5-mac \*/
	/* End hide from IE5-mac */ 
	padding: .6em 0; 
	text-decoration: none; 
	text-transform:uppercase; 
	color:#ffffff; 
	text-align:center; 
	}	
	
div#dropMenu li:hover {}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {}
div#dropMenu li a.noLine {border:none;}
div#dropMenu>ul a {}
div#dropMenu ul ul {display: none;}
div#dropMenu ul ul li {
	border-bottom: 0px solid #CCC; 
	width:12em;
	z-index:1000;
	}


div#dropMenu ul.level2 {
	background-color:#ded3c0;
	background-image:none;
	z-index:1000;
	left:0;
	color:#000000;
	}
div#dropMenu ul.level2 li{
	margin-top:5px;
	margin-bottom:5px;
	background-image:none;
	}
div#dropMenu ul.level3, 
div#dropMenu ul.level4, 
div#dropMenu ul.level5, 
div#dropMenu ul.level6, 
div#dropMenu ul.level7,
div#dropMenu ul.level8{
	top: 0; 
	left: 12em; 
	background:#ded3c0;
	}
div#dropMenu ul.level2 a {
	padding: 10px 0 10px 5px;
	color:#000000;
	font-size:10px;
/*	padding: 0.5em 0 0.5em 0.25em;color:#000000;*/
}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {
	/*color:#4f4f4f;*/
	text-decoration:underline;
	}
