#navbarContainer { background-color:#44643c; z-index:0;} 
#navbarContainer ul.menu, .navcomponent ul.menu ul {font-family:Arial, Helvetica, sans-serif;}   
#navbarContainer ul.menu li { background: transparent;font-size: 11px;font-weight:bold;}
#navbarContainer ul.menu li a { color: #d2f3cb;}
#navbarContainer ul.menu li:hover, #navbarContainer ul.menu li.CSStoHighlight { background: #C9DDC1;}
#navbarContainer ul.menu li:hover a, #navbarContainer ul.menu li.CSStoHighlight a { color:black;}


/* drop down --*/
/* menu */
#navbarContainer ul.menu li ul {background: #C9DDC1;width:200px;}  
#navbarContainer ul.menu li ul li {background: transparent; font-size: 10px; border-top: 1px solid #97C085;}
#navbarContainer ul.menu li ul li a {color:black;}
/* selected item*/
#navbarContainer ul.menu ul li:hover, #navbarContainer ul.menu ul li.CSStoHighlight {background:#44643c;}
#navbarContainer ul.menu ul li:hover a, #navbarContainer ul.menu ul li.CSStoHighlight a {color:#d2f3cb;}

/*don't edit*/ 
#navbarContainer ul.menu li.navsep:hover { background: transparent }   

/*position fixing*/ 
* html #home  /* this is recognized by IE only */
{
	margin-left:6px;  /* total width, only for IE5.x/Win */
	m\argin-left:6px; /* content width for other IE */
}
* html #home {
	height: 15px;
	h\eight: 14px;
}
#home {
	margin-left:12px;
	height:12px;
} 

* html #secondNav1  /* this is recognized by IE only */
{
	margin-left:102px;  /* total width, only for IE5.x/Win */
	m\argin-left:102px; /* content width for other IE */
}	
#secondNav1 {margin-left:89px;}	

/* Work around IE6 <select> element issues */
ul.ie-select-fix-container {
	overflow: hidden;
	z-index: 2;
}
iframe.ie-select-fix
{
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:600px;
	height:300px;
}


/* filters for IE5/Mac */
/*  fixes issue with site navbar "bunching up" */
/* -- !!! TO DO !!! -- */
#navbarContainer #secondNav1  {
 /*\*//*/
	margin-left;
	width;
	/**/ 
}
