/* removing silly dotted line in all links on the site */
a { outline-style: none; -moz-outline-style:none; }
body {  
	behavior: url(includes/csshover.htc);
	}
body{ behavior: url(includes/csshover3.htc); } /* this hopefully fixes IE6 & IE7 problems ... nope doesn't */

/* dolomite */ 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {
	/* color: #4f4f4f!important; */
	color: #00A9E0;
        font-weight: bold;
}

div#dropMenu {
	/* width:100%;  */
	/* margin:0 auto;  */
	z-index:1000;
	position:absolute;
	top:5.05em;
	width:900px; 
	
	}

div#dropMenu ul {
    margin:0;
	padding:0;
	}
	
div#dropMenu li {
	position:relative;
	list-style:none; 
	margin:0; 
	float:right;
	line-height:1em;
	/* width:16.667%; *width:16.649%;  */
	padding-right:28px;
	}
	
div#dropMenu ul.level1 {
	width:100%;
	margin:0 auto;  
	/* text-align:center; */
	/* 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: .6em 0 .6em 0;  
	text-decoration: none; 
	text-transform:lowercase; 
	color:#ffffff; 
	text-align:left; 
	/* font-family; Candara, Calibri, Arial, Verdana;*/  
	font-family: Verdana, Arial, Helvetica;
        font-size: 14px;
        letter-spacing: 1.5px;
	line-height: 30px;

	/* border-right:1px solid #ffffff; */
	}	
	
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:1000;}
div#dropMenu ul ul {display: none;}
div#dropMenu ul ul li {
	/* border-bottom: 1px solid #CCC;*/ 
	width:13em;
	z-index:1000;
}
/*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: 14em;
	display:block;	
	/* top:2em; */
	top:2.1em;
	z-index:1000;}

/* positioning of 2nd level flyout menu buttons */
div#dropMenu ul.level2 {
	/* background:#4f4f4f; */
	background:white; 
	z-index:1000;
	 border: 1px solid #d0d0d0;

}
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:white;}

/* font styling for flyout menu text */
div#dropMenu ul.level2 li a {
	padding: 0.8em 0.8em 0.8em 1.3em;
}
div#dropMenu ul.level2 a {
/* 	padding: 0.5em 0 0.5em 0.25em; */
	/* color: white;  */
	color: #555555;
	text-transform:lowercase;
	font-weight:normal;
	text-align:left;
	/* font-family: calibri;
        font-size: 14px; */
	font-family: Verdana, Arial, Helvetica;
        font-size: 12px; 

	line-height:3px
}  /* this is text color on drop-down submenu */

div#dropMenu ul.level2 a:hover {
	/* color:#4f4f4f; */
	color: #00A9E0;
        font-weight: bold;

}

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

