@charset "iso-8859-1";
body {  
	behavior: url(includes/csshover.htc);
}
	
/*green*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {
	/* color: #493417!important; */
	color: #40c1e9!important;
	/* background:#A8C060; removed pariah 070909 */
}

/*div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;} d5e88f is the color it changes to when you mouseover 070409 tm*/

/*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:0;
	padding:0;
	}
	
div#dropMenu li {
	position:relative;
	list-style:none; 
	margin:0; 
	float:left; 
	line-height:1em;
	/* width:16.667%; removed pariah 070309 */
	/* *width:16.649%; removed pariah 070309 */
	padding: 0 20px 0 20px; /* main link spacing, added pariah 070309 */ /*increased link spacing from 10px to 20px 070409 tm*/
	}
	
div#dropMenu ul.level1 {
	width:100%;
	margin:0 auto; 
	text-align:center;
	/*background: #5B4523; when this wasn't commeneted out, had the ice cream sandwich effect /* background color of top menu when NOT selected. 503a1b 5B4523 changed pariah 070309 */
	/*background:#4f4f4f;*/ /*background color of top menu when NOT selected. */
	z-index:1000;
	float:left;
	}

div#dropMenu li a {
	display: block;
	/* Hides from IE5-mac \*/
	height: 1%;
	/* End hide from IE5-mac */ 
	padding: .7em 0; /* height of main links area, was .6em pariah 070309 */
	text-decoration: none; 
	text-transform:lowercase; 
	/*text-transform:uppercase; */
	color:#ffffff; 
	text-align:center; 
	/*border-right:1px solid #ffffff;*/
	font-weight: bold; /* carries to drop down also, added pariah 070309 */
	}	
	
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:500;}
/*div#dropMenu>ul a {width: auto;z-index:1000;}*/
div#dropMenu ul ul {display: none;}

div#dropMenu ul ul li {
	/* border-bottom: 1px solid #CCC; removed pariah 070309 */
	width:10em;
	z-index:1000;
} /* width of drop down links*/ /*THIS IS THE WIDTH OF THE HIGHLIGHT COLOR changed from 12em to 10em 070509 tm */

/*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: 12em;display:block;z-index:1000;}
div#dropMenu ul.level2 {background:#493417;z-index:1000;position:absolute;left:0;}
/*div#dropMenu ul.level2 {background:#4f4f4f;z-index:1000;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{top: 0; left: 12em; background:#493417;}
/*div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}*/

div#dropMenu ul.level2 a {	/* this is text color on drop-down submenu */
	/* padding: 0.5em 0 0.5em 0.25em; */
	color: white;
	/* text-transform:none; lowercase, left pariah 070309 */
	text-transform: lowercase;
	text-align: left;
	padding: 5px 0 5px 0px;
	/*padding: 5px 0 5px 5px; made last # 0px, shortened the width of pull down color 070409 tm*/
}  

div#dropMenu ul.level2 a:hover {color:#493417;}
/*div#dropMenu ul.level2 a:hover {color:#4f4f4f;}*/

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