#navbarContainer { background-color:#003441; z-index:0;} 
/* category link highlight */ #navbarContainer ul.menu ul li:hover, #navbarContainer ul.menu ul li.CSStoHighlight {background-color:#B8C486;} 
/* drop down */               #navbarContainer ul.menu li ul {background-color: #C7D19D;width:200px;}  
/* drop down borders */       #navbarContainer ul.menu ul li {background-color: transparent;font-size: 9px;border-top: 1px solid #555555;}  
/* drop down highlight */     #navbarContainer ul.menu li:hover, #navbarContainer ul.menu li.CSStoHighlight { background-color: #B8C486;}  

/* text */
#navbarContainer ul.menu, .navcomponent ul.menu ul { color: #333333; font-family: verdana, helvetica, arial, sans-serif;}   
#navbarContainer ul.menu li a {color: #333333;}  
#navbarContainer ul.menu li { background-color: #003441;font-size: 10px;}  
#navbarContainer ul.menu li.navsep:hover { background-color: transparent }  

span.NavContainerText {
	color: #f0f0f0;
} 

* 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:74px;  /* total width, only for IE5.x/Win */
	m\argin-left:74px; /* content width for other IE */
}	
#secondNav1 {margin-left:74px;}	


/* filters for IE5/Mac */
/*  fixes issue with site navbar "bunching up" */
/* -- !!! TO DO !!! -- */
#navbarContainer #secondNav1  {
 /*\*//*/
	margin-left:90;
	width:45px;
	/**/ 
}
#navbarContainer #secondNav2  {
 /*\*//*/
	margin-left:0;
	width:90px;
	/**/ 
}
#navbarContainer #secondNav3  {
 /*\*//*/
	margin-left:0;
	width:90px;
	/**/ 
}
#navbarContainer #secondNav4  {
 /*\*//*/
	margin-left:0;
	width:70px;
	/**/ 
}
#navbarContainer #secondNav5  {
 /*\*//*/
	margin-left:0;
	width:70px;
	/**/ 
}
