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

/*green*/
div#dropMenu li a:hover { color: #ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
div#dropMenu li.submenu li.submenu:hover { color: black !important; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/*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:850px;
	margin:-5px auto 0;
    text-align:center;
	/*z-index:1001;*/
	position:relative;
	}

div#dropMenu ul {
    margin:0;
	padding:0;
	}

div#dropMenu li {
	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:3em;
/*	width:13.667%;
	*width:13.649%;*/

	
	}
	
div#dropMenu li .test1{
	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
/*	width:13.667%;
	*width:13.649%;*/
	padding-left:10px;

	}
div#dropMenu li .test2{
	position:relative;

	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
/*	width:13.667%;
	*width:13.649%;*/
	padding-left:10px;
	clear:both;
	
	}
div#dropMenu li .test3{

	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
/*	width:13.667%;
	*width:13.649%;*/
	padding-left:10px;
	clear:both;
	}
div#dropMenu li .test4{

	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
	clear:both;
/*	width:13.667%;
	*width:13.649%;*/
	padding-left:10px;
	}

	
div#dropMenu ul.level1 { font-size: 1em; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:100%; margin:0 auto; text-align:center; z-index:1001; float:left; font-weight:bold; }
div#dropMenu li a { display: block;
	/* Hides from IE5-mac \*/
	height: 1%;
	/* End hide from IE5-mac */ 
	padding: 0.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 {width: auto;/*z-index:1001;*/}
div#dropMenu ul ul {display: none; }
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; /*z-index:1001;*/ width:135px; }
/*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
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,
div#dropMenu ul.level5 li.submenu:hover ul.level6,
div#dropMenu ul.level6 li.submenu:hover ul.level7,
div#dropMenu ul.level7 li.submenu:hover ul.level8 {position: absolute; width: 17em;display:block;/*z-index:1001;*/ }

div#dropMenu ul.level2 { background: #e8e8e8; /*z-index:1001;*/ position:absolute; left:0;   }
div#dropMenu ul.level3, 
div#dropMenu ul.level4, 
div#dropMenu ul.level5, 
div#dropMenu ul.level6, 
div#dropMenu ul.level7,
div#dropMenu ul.level8{ background: #c0d7f8 url(../images/nav_back.jpg); top: 0; left: 12em; }
div#dropMenu ul.level2 a { text-align:left; width:135px;color: #0052a4; text-transform:none; }  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:black;}

.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
